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