Skip to main content
A newer version of this page is available. .

NumericSummaryOptions.UseAxisMeasureUnit Property

Gets or sets the value that specifies whether summary options should use the NumericScaleOptions.MeasureUnit (or NumericScaleOptions.CustomMeasureUnit) property’s value as its NumericSummaryOptions.MeasureUnit‘s value.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v20.1.dll

NuGet Packages: DevExpress.Charts, DevExpress.WindowsDesktop.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
Series
.NumericSummaryOptions .UseAxisMeasureUnit
SeriesBase
.NumericSummaryOptions .UseAxisMeasureUnit
SeriesTemplate
.NumericSummaryOptions .UseAxisMeasureUnit
See Also