Back to Devexpress

WebChartControl.AxisWholeRangeChanged Event

aspnet-devexpress-dot-xtracharts-dot-web-dot-webchartcontrol-3216f46a.md

latest2.5 KB
Original Source

WebChartControl.AxisWholeRangeChanged Event

Occurs when the axis whole range has been changed.

Namespace : DevExpress.XtraCharts.Web

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

NuGet Package : DevExpress.Web.Visualization

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 Axis Range.

See Also

WebChartControl Class

WebChartControl Members

DevExpress.XtraCharts.Web Namespace