Skip to main content

QualitativeScaleChangedEventArgs(AxisBase, ValueChangeInfo<ScaleMode>, ValueChangeInfo<Double>) Constructor

Initializes a new instance of the QualitativeScaleChangedEventArgs class with the specified values of event arguments.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

public QualitativeScaleChangedEventArgs(
    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 QualitativeScaleChangedEventArgs class are automatically created, initialized and passed to the corresponding event handlers.

See Also