Back to Devexpress

NumericSummaryOptions.UseAxisMeasureUnit Property

corelibraries-devexpress-dot-xtracharts-dot-numericsummaryoptions-0ea89c99.md

latest2.3 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
public bool UseAxisMeasureUnit { get; set; }
vb
Public Property UseAxisMeasureUnit As Boolean

Property Value

TypeDescription
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 TypePath to UseAxisMeasureUnit
SeriesBase

.NumericSummaryOptions .UseAxisMeasureUnit

| | SeriesTemplateSummaryAdapter |

.NumericSummaryOptions .UseAxisMeasureUnit

| | SummaryDataAdapter |

.NumericSummaryOptions .UseAxisMeasureUnit

|

See Also

NumericSummaryOptions Class

NumericSummaryOptions Members

DevExpress.XtraCharts Namespace