Skip to main content
A newer version of this page is available. .

AxisRangeChangedEventArgs Properties

Provides data for the ChartControl.AxisWholeRangeChanged (WebChartControl.AxisWholeRangeChanged) and ChartControl.AxisVisualRangeChanged (WebChartControl.AxisVisualRangeChanged) events.
Name Description
Axis Gets the axis for which a range has been changed.
Cancel Gets or sets whether the axis range change should be cancelled.
MaxChange Gets the axis maximum value when the axis range (the whole range and visual range) has been changed.
MaxInternalChange Gets the internal float representation of the range maximum value when the axis range (the whole range and visual range) has been changed.
MinChange Gets the axis minimum value when the axis range (the whole range and visual range) has been changed.
MinInternalChange Gets the internal float representation of the range minimum value when the axis range (the whole range and visual range) has been changed.
See Also