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.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
[Browsable(false)]
[Obsolete("This property is obsolete now. Use DateTimeScaleOptions.ScaleMode instead.")]
[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.