Back to Devexpress

DateTimeScaleMode Enum

corelibraries-devexpress-dot-xtracharts-ee6328a1.md

latest1.7 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
[ResourceFinder(typeof(XtraChartsResFinder), "PropertyNamesRes")]
public enum DateTimeScaleMode
vb
<ResourceFinder(GetType(XtraChartsResFinder), "PropertyNamesRes")>
Public Enum DateTimeScaleMode

Members

NameDescription
Manual

Identifies the manual date-time scale mode, meaning that the DateTimeScaleOptions.GridAlignment, DateTimeScaleOptions.MeasureUnit 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

The values listed by this enumeration are used to set the AxisXBase.DateTimeScaleMode property.

See Also

DevExpress.XtraCharts Namespace