Back to Devexpress

WebChartControl.AxisScaleChanged Event

aspnet-devexpress-dot-xtracharts-dot-web-dot-webchartcontrol-fe0724d8.md

latest2.4 KB
Original Source

WebChartControl.AxisScaleChanged Event

Occurs when the scale mode, measure unit, grid alignment or grid spacing of the axis scale has been changed.

Namespace : DevExpress.XtraCharts.Web

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

NuGet Package : DevExpress.Web.Visualization

Declaration

csharp
public event EventHandler<AxisScaleChangedEventArgs> AxisScaleChanged
vb
Public Event AxisScaleChanged As EventHandler(Of AxisScaleChangedEventArgs)

Event Data

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

PropertyDescription
AxisReturns the axis whose scale mode, measure unit, grid alignment or grid spacing has been changed.
GridSpacingChangeReturns information about grid spacing changes.
ScaleModeChangeReturns information about scale mode changes.

Remarks

Note that the event args type depends on the current axis scale type. The following table shows dependencies between scale types and argument types.

Scale typeArgs type
QualitativeQualitativeScaleChangedEventArgs
NumericNumericScaleChangedEventArgs
Date-TimeDateTimeScaleChangedEventArgs

See Also

Data Aggregation

WebChartControl Class

WebChartControl Members

DevExpress.XtraCharts.Web Namespace