Back to Devexpress

AxisXBase.DateTimeScaleMode Property

corelibraries-devexpress-dot-xtracharts-dot-axisxbase-3bf4ed9f.md

latest3.1 KB
Original Source

AxisXBase.DateTimeScaleMode Property

OBSOLETE

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

Declaration

csharp
[Browsable(false)]
[Obsolete("This property is obsolete now. Use DateTimeScaleOptions.ScaleMode instead.")]
public virtual DateTimeScaleMode DateTimeScaleMode { get; set; }
vb
<Obsolete("This property is obsolete now. Use DateTimeScaleOptions.ScaleMode instead.")>
<Browsable(False)>
Public Overridable Property DateTimeScaleMode As DateTimeScaleMode

Property Value

TypeDescription
DateTimeScaleMode

A DateTimeScaleMode enumeration value which represents the axis’ date-time scale mode.

|

Available values:

NameDescription
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.

|

Remarks

This property is now obsolete. Use ScaleOptionsBase.ScaleMode property instead.

See Also

Data Aggregation

How to: Use Automatic Date-Time Scale Modes of an Axis

How to: Obtain Values Calculated for Automatic Axis Date-Time Scale Modes

AxisXBase Class

AxisXBase Members

DevExpress.XtraCharts Namespace