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