corelibraries-devexpress-dot-xtracharts-dot-datetimescalechangedeventargs-dot-ctor.md
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>, DateTimeIntervalOptionsChangeInfo) | axis, scaleModeChange, measureUnitChange, measureUnitMultiplierChange, gridAlignmentChange, gridSpacingChange, intervalOptionsChangeInfo | Initializes a new instance of the DateTimeScaleChangedEventArgs class with the specified values of event arguments. |
| [DateTimeScaleChangedEventArgs(AxisBase, ValueChangeInfo<ScaleMode>, ValueChangeInfo<DateTimeMeasureUnit>, ValueChangeInfo<Int32>, ValueChangeInfo<DateTimeGridAlignment>, ValueChangeInfo<Double>)](/CoreLibraries/DevExpress.XtraCharts.DateTimeScaleChangedEventArgs.-K----u-N---(--) | axis, scaleModeChange, measureUnitChange, measureUnitMultiplierChange, gridAlignmentChange, gridSpacingChange | Initializes a new instance of the DateTimeScaleChangedEventArgs class with the specified values of event arguments. |
See Also
DateTimeScaleChangedEventArgs Class