A newer version of this page is available.
Switch to the current version.
ChartControlSettings.AxisScaleChanged Property
Occurs when the scale mode, measure unit, grid alignment or grid spacing of the axis scale has been changed.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v18.2.dll
Declaration
public EventHandler<AxisScaleChangedEventArgs> AxisScaleChanged { get; set; }
Public Property AxisScaleChanged As EventHandler(Of AxisScaleChangedEventArgs)
Property Value
Type | Description |
---|---|
EventHandler<AxisScaleChangedEventArgs> | A EventHandler<TEventArgs><AxisScaleChangedEventArgs,> delegate method allowing you to implement custom processing. |
See Also
Feedback