TimeSpanMeasureUnit Enum
Lists the values that specify the detail level for date-time values.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.2.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 | Time |
Time |
|
Win |
Time |
Time |
#Remarks
Use the TimeSpanMeasureUnit enumeration values to specify the TimeSpanScaleOptions.MeasureUnit property.