Back to Devexpress

ChartControl.AxisWholeRangeChanged Event

windowsforms-devexpress-dot-xtracharts-dot-chartcontrol-7658bb89.md

latest2.5 KB
Original Source

ChartControl.AxisWholeRangeChanged Event

Occurs when the axis whole range has been changed.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.UI.dll

NuGet Package : DevExpress.Win.Charts

Declaration

csharp
public event EventHandler<AxisRangeChangedEventArgs> AxisWholeRangeChanged
vb
Public Event AxisWholeRangeChanged As EventHandler(Of AxisRangeChangedEventArgs)

Event Data

The AxisWholeRangeChanged event's data class is AxisRangeChangedEventArgs. The following properties provide information specific to this event:

PropertyDescription
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.

Remarks

For more information, refer to Visual Ranges and Whole Ranges.

See Also

ChartControl Class

ChartControl Members

DevExpress.XtraCharts Namespace