Skip to main content
All docs
V25.1
  • 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.1.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