NNumericScale Class Properties
In This Topic
For a list of all members of this type, see NNumericScale members.
Public Properties
| | Name | Description |
 | AutoMaxStep | The maximum step allowed for automatic ticks. |
 | AutoMinStep | Gets / sets the minimum step allowed for automatic ticks |
 | CustomMajorTicks | Gets or sets the array of major ticks. |
 | CustomMinorTicks | Gets or sets the minor ticks when the AutoMinor property ticks is set to false |
 | CustomStep | Specifies the major ticks custom step when the mode is set to CustomStep. |
 | CustomSteps | Specifies the major ticks custom steps when the mode is set to CustomSteps. |
 | EnableDecimalRounding | Whether decimal values should be rounded to the nearest binary representable power of ten precision |
 | Origin | |
Top
Protected Properties
See Also