Skip to main content

TimeSpanScaleOptionsModel.MeasureUnit Property

Gets or sets the TimeSpanScaleOptions.MeasureUnit property value within the model.

Namespace: DevExpress.XtraCharts.Designer

Assembly: DevExpress.XtraCharts.v23.2.Wizard.dll

NuGet Package: DevExpress.Win.Charts

Declaration

[PropertyForOptions]
public TimeSpanMeasureUnit MeasureUnit { get; set; }

Property Value

Type Description
TimeSpanMeasureUnit

A measurement unit that specifies the precision level of series points’ argument values.

Available values:

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.

Property Paths

You can access this nested property as listed below:

Object Type Path to MeasureUnit
AxisBaseModel
.TimeSpanScaleOptions .MeasureUnit
See Also