AxisXBase.DateTimeScaleMode Property
OBSOLETE
This property is obsolete now. Use Date
Gets or sets the date-time scale mode for an axis.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.2.dll
NuGet Package: DevExpress.Charts
#Declaration
[Browsable(false)]
[Obsolete("This property is obsolete now. Use DateTimeScaleOptions.ScaleMode instead.")]
public virtual DateTimeScaleMode DateTimeScaleMode { get; set; }
#Property Value
Type | Description |
---|---|
Date |
A Date |
Available values:
Name | Description |
---|---|
Manual | Identifies the manual date-time scale mode, meaning that the Date |
Automatic |
Identifies the automatic integral date-time scale mode, meaning that data is averaged by an automatically chosen date-time interval. |
Automatic |
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.