QualitativeScaleChangedEventArgs Constructors
Provides data for the ChartControl.AxisScaleChanged(WebChartControl.AxisScaleChanged and ChartControlSettings.AxisScaleChanged) event when the type of the changed scale is Qualitative.| Name | Parameters | Description |
|---|---|---|
| QualitativeScaleChangedEventArgs(AxisBase, ValueChangeInfo<ScaleMode>, ValueChangeInfo<Double>) | axis, scaleModeChange, gridSpacingChange | Initializes a new instance of the QualitativeScaleChangedEventArgs class with the specified values of event arguments. |
See Also