corelibraries-devexpress-dot-xtracharts-dot-axisxbase-3bf4ed9f.md
This property is obsolete now. Use DateTimeScaleOptions.ScaleMode instead.
Gets or sets the date-time scale mode for an axis.
Namespace : DevExpress.XtraCharts
Assembly : DevExpress.XtraCharts.v25.2.dll
NuGet Package : DevExpress.Charts
[Browsable(false)]
[Obsolete("This property is obsolete now. Use DateTimeScaleOptions.ScaleMode instead.")]
public virtual DateTimeScaleMode DateTimeScaleMode { get; set; }
<Obsolete("This property is obsolete now. Use DateTimeScaleOptions.ScaleMode instead.")>
<Browsable(False)>
Public Overridable Property DateTimeScaleMode As DateTimeScaleMode
| Type | Description |
|---|---|
| DateTimeScaleMode |
A DateTimeScaleMode enumeration value which represents the axis’ date-time scale mode.
|
Available values:
| Name | Description |
|---|---|
| Manual |
Identifies the manual date-time scale mode, meaning that the DateTimeScaleOptions.GridAlignment, DateTimeScaleOptions.MeasureUnit properties are in effect, and they should be manually defined.
| | AutomaticAverage |
Identifies the automatic integral date-time scale mode, meaning that data is averaged by an automatically chosen date-time interval.
| | AutomaticIntegral |
Identifies the automatic integral date-time scale mode, meaning that data is summarized by an automatically chosen date-time interval.
|
This property is now obsolete. Use ScaleOptionsBase.ScaleMode property instead.
See Also
How to: Use Automatic Date-Time Scale Modes of an Axis
How to: Obtain Values Calculated for Automatic Axis Date-Time Scale Modes