AxisScaleChangedEventArgs(AxisBase, ValueChangeInfo<ScaleMode>, ValueChangeInfo<Double>) Constructor
Initializes a new instance of the AxisScaleChangedEventArgs class with the specified values of event arguments.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
public AxisScaleChangedEventArgs(
AxisBase axis,
ValueChangeInfo<ScaleMode> scaleModeChange,
ValueChangeInfo<double> gridSpacingChange
)
Parameters
Name | Type | Description |
---|---|---|
axis | AxisBase | The axis whose scale parameter is changed. |
scaleModeChange | ValueChangeInfo<ScaleMode> | The scale mode change info. |
gridSpacingChange | ValueChangeInfo<Double> | The grid spacing change info. |
Remarks
Instances of the AxisScaleChangedEventArgs class are automatically created, initialized and passed to the corresponding event handlers.
See Also