Skip to main content

GanttAxisX.DateTimeScaleMode Property

OBSOLETE

This property is now obsolete. Use the DateTimeScaleOptions.ScaleMode property instead.

Overrides the AxisXBase.DateTimeScaleMode property to allow only the DateTimeScaleMode.Manual date-time scale mode.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

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

Property Value

Type Description
DateTimeScaleMode

Always the DateTimeScaleMode.Manual 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