RangeInfo Properties
Represents a structure that is used to store information about the range displayed by an axis.| Name | Description |
|---|---|
| Max | Gets the internal float representation of the range maximum value. |
| MaxValue | Gets the maximum range value to display on an axis. |
| Min | Gets the internal float representation of the range minimum value. |
| MinValue | Gets the minimum value to display on an axis. |
See Also