Skip to main content
A newer version of this page is available. .

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

NuGet Package: DevExpress.Win.Navigation

Declaration

public enum RangeControlTimeSpanGridAlignment

Members

Name Description
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.

Related API Members

The following properties accept/return RangeControlTimeSpanGridAlignment values:

Remarks

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

See Also