Back to Devexpress

QualitativeScaleChangedEventArgs Class

corelibraries-devexpress-dot-xtracharts-bc2d9fc0.md

latest1.8 KB
Original Source

QualitativeScaleChangedEventArgs Class

Provides data for the ChartControl.AxisScaleChanged(WebChartControl.AxisScaleChanged and ChartControlSettings.AxisScaleChanged) event when the type of the changed scale is Qualitative.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
public class QualitativeScaleChangedEventArgs :
    AxisScaleChangedEventArgs
vb
Public Class QualitativeScaleChangedEventArgs
    Inherits AxisScaleChangedEventArgs

Remarks

An instance of the QualitativeScaleChangedEventArgs class with appropriate settings is automatically created and passed to the corresponding event’s handler.

Inheritance

Object EventArgs AxisScaleChangedEventArgs QualitativeScaleChangedEventArgs

See Also

QualitativeScaleChangedEventArgs Members

DevExpress.XtraCharts Namespace