Skip to main content
A newer version of this page is available. .

DateTimeScaleChangedEventArgs Constructors

Provides data for the ChartControl.AxisScaleChanged(WebChartControl.AxisScaleChanged and ChartControlSettings.AxisScaleChanged) event when the type of the changed scale is Date-Time.
Name Parameters Description
DateTimeScaleChangedEventArgs(AxisBase, ValueChangeInfo<ScaleMode>, ValueChangeInfo<DateTimeMeasureUnit>, ValueChangeInfo<Int32>, ValueChangeInfo<DateTimeGridAlignment>, ValueChangeInfo<Double>) axis, scaleModeChange, measureUnitChange, measureUnitMultiplierChange, gridAlignmentChange, gridSpacingChange Initializes a new instance of the DateTimeScaleChangedEventArgs class with the specified values of event arguments.
See Also