Back to Devexpress

AxisRangeChangedEventArgs Properties

corelibraries-devexpress-dot-xtracharts-dot-axisrangechangedeventargs-dot-underscore-properties.md

latest2.0 KB
Original Source

AxisRangeChangedEventArgs Properties

Provides data for the ChartControl.AxisWholeRangeChanged (WebChartControl.AxisWholeRangeChanged) and ChartControl.AxisVisualRangeChanged (WebChartControl.AxisVisualRangeChanged) events.

NameDescription
AxisGets the axis for which a range has been changed.
CancelGets or sets whether the axis range change should be cancelled.
MaxChangeGets the axis maximum value when the axis range (the whole range and visual range) has been changed.
MaxInternalChangeGets the internal float representation of the range maximum value when the axis range (the whole range and visual range) has been changed.
MinChangeGets the axis minimum value when the axis range (the whole range and visual range) has been changed.
MinInternalChangeGets the internal float representation of the range minimum value when the axis range (the whole range and visual range) has been changed.

See Also

AxisRangeChangedEventArgs Class

AxisRangeChangedEventArgs Members

DevExpress.XtraCharts Namespace