Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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.v24.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