Skip to main content

DateTimeSummaryOptions.UseAxisMeasureUnit Property

Gets or sets the value that specifies whether summary options should use the DateTimeScaleOptions.MeasureUnit property’s value as its DateTimeSummaryOptions.MeasureUnit‘s value.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

public bool UseAxisMeasureUnit { get; set; }

Property Value

Type Description
Boolean

true, if options should use the axis’s measure unit; otherwise false.

Property Paths

You can access this nested property as listed below:

Object Type Path to UseAxisMeasureUnit
SeriesBase
.DateTimeSummaryOptions .UseAxisMeasureUnit
SeriesTemplateSummaryAdapter
.DateTimeSummaryOptions .UseAxisMeasureUnit
SummaryDataAdapter
.DateTimeSummaryOptions .UseAxisMeasureUnit
See Also