VisualAxisRange Properties
Defines the leftmost and rightmost values that are currently visible on an axis.| Name | Description |
|---|---|
| EndValue | Gets or sets the value identifying the end of the range. Inherited from AxisRangeBase. |
| EndValueInternal | Gets or sets the internal numerical representation of the range end value. Inherited from AxisRangeBase. |
| StartValue | Gets or sets the value identifying the start of the range. Inherited from AxisRangeBase. |
| StartValueInternal | Gets or sets the internal numerical representation of the range start value. Inherited from AxisRangeBase. |
| Synchronize | Gets or sets a value indicating whether or not to synchronize this visual range with the AxisBase.WholeRange. |
See Also