ChartVisualRangeChangedEventArgs Properties
Contains data for the VisualRangeChanged event.Name | Description |
---|---|
AxisName |
Returns the name of the value axis or null for the argument axis.
|
ChangeSource | Identifies an operation that triggered the event. |
CurrentRange | Returns the new axis visual range. |
IsArgumentAxis | Returns whether an argument or value axis is processed. |
PreviousRange | Returns the previous axis visual range. |
See Also