Skip to main content
All docs
V25.1
  • TimeSpanMeasureUnit Enum

    Lists the values that specify the detail level for date-time values.

    Namespace: DevExpress.XtraCharts

    Assembly: DevExpress.XtraCharts.v25.1.dll

    NuGet Package: DevExpress.Charts

    #Declaration

    [ResourceFinder(typeof(XtraChartsResFinder), "PropertyNamesRes")]
    public enum TimeSpanMeasureUnit

    #Members

    Name Description
    Millisecond

    Specifies a millisecond as the measurement unit for time-span values.

    Second

    Specifies a second as the measurement unit for time-span values.

    Minute

    Specifies a minute as the measurement unit for time-span values.

    Hour

    Specifies an hour as the measurement unit for time-span values.

    Day

    Specifies a day as the measurement unit for time-span values.

    #Related API Members

    The following properties accept/return TimeSpanMeasureUnit values:

    Library Related API Members
    Cross-Platform Class Library TimeSpanScaleOptions.MeasureUnit
    TimeSpanSummaryOptions.MeasureUnit
    WinForms Controls TimeSpanScaleOptionsModel.MeasureUnit
    TimeSpanSummaryOptionsModel.MeasureUnit

    #Remarks

    Use the TimeSpanMeasureUnit enumeration values to specify the TimeSpanScaleOptions.MeasureUnit property.

    See Also