Back to Devexpress

TimeSpanScaleOptionsModel.MeasureUnit Property

windowsforms-devexpress-dot-xtracharts-dot-designer-dot-timespanscaleoptionsmodel-8173118b.md

latest2.2 KB
Original Source

TimeSpanScaleOptionsModel.MeasureUnit Property

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

Namespace : DevExpress.XtraCharts.Designer

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

NuGet Package : DevExpress.Win.Charts

Declaration

csharp
[PropertyForOptions]
public TimeSpanMeasureUnit MeasureUnit { get; set; }
vb
<PropertyForOptions>
Public Property MeasureUnit As TimeSpanMeasureUnit

Property Value

TypeDescription
TimeSpanMeasureUnit

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

|

Available values:

NameDescription
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 TypePath to MeasureUnit
AxisBaseModel

.TimeSpanScaleOptions .MeasureUnit

|

See Also

TimeSpanScaleOptionsModel Class

TimeSpanScaleOptionsModel Members

DevExpress.XtraCharts.Designer Namespace