Back to Devexpress

RangeControlTimeSpanGridAlignment Enum

windowsforms-devexpress-dot-xtraeditors-c1185a25.md

latest2.1 KB
Original Source

RangeControlTimeSpanGridAlignment Enum

Lists the values that specify the time-span measurement unit to which the chart’s gridlines and labels of the time-span chart client should be aligned.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public enum RangeControlTimeSpanGridAlignment
vb
Public Enum RangeControlTimeSpanGridAlignment

Members

NameDescription
Millisecond

Specifies a millisecond as the time-span unit to which chart grid lines should be aligned.

| | Second |

Specifies a second as the time-span unit to which chart gridlines should be aligned.

| | Minute |

Specifies a minute as the time-span unit to which chart grid lines should be aligned.

| | Hour |

Specifies an hour as the time-span unit to which chart grid lines should be aligned.

| | Day |

Specifies a day as the time-span unit to which chart gridlines should be aligned.

|

The following properties accept/return RangeControlTimeSpanGridAlignment values:

Remarks

Use the RangeControlTimeSpanGridAlignment enumeration values to set the TimeSpanChartRangeControlClientGridOptions.GridAlignment property.

See Also

DevExpress.XtraEditors Namespace