DateTimeScaleMode Enum
Lists the values that specify the date-time scale mode to be applied to the X-axis.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.2.dll
NuGet Package: DevExpress.Charts
#Declaration
[ResourceFinder(typeof(XtraChartsResFinder), "PropertyNamesRes")]
public enum DateTimeScaleMode
#Members
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
The values listed by this enumeration are used to set the AxisXBase.DateTimeScaleMode
property.