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