windowsforms-devexpress-dot-xtracharts-dot-designer-dot-timespansummaryoptionsmodel.md
Gets or sets the TimeSpanSummaryOptions.MeasureUnit property value within the model.
Namespace : DevExpress.XtraCharts.Designer
Assembly : DevExpress.XtraCharts.v25.2.Wizard.dll
NuGet Package : DevExpress.Win.Charts
public TimeSpanMeasureUnit MeasureUnit { get; set; }
Public Property MeasureUnit As TimeSpanMeasureUnit
| Type | Description |
|---|---|
| TimeSpanMeasureUnit |
A date-time value that specifies the axis detail level.
|
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.
|
You can access this nested property as listed below:
| Object Type | Path to MeasureUnit |
|---|---|
| SeriesBaseModel |
.TimeSpanSummaryOptions .MeasureUnit
| | SeriesTemplateSummaryAdapterModel |
.TimeSpanSummaryOptions .MeasureUnit
| | SummaryDataAdapterModel |
.TimeSpanSummaryOptions .MeasureUnit
|
See Also
TimeSpanSummaryOptionsModel Class