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

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.v19.1.dll

Declaration

[Obsolete("This property is obsolete now. Use DateTimeScaleOptions.ScaleMode instead.")]
[Browsable(false)]
[XtraSerializableProperty]
public virtual DateTimeScaleMode DateTimeScaleMode { get; set; }

Property Value

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 AxisBase.DateTimeGridAlignment, AxisBase.DateTimeMeasureUnit 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