PointOptions.ValueNumericOptions Property
Gets the settings which define how to display numeric data values of series points.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v14.2.dll
#Declaration
#Property Value
Type | Description |
---|---|
Numeric |
A Numeric |
#Remarks
The ValueNumericOptions property provides access to specific settings (in particular, the NumericOptions.Format and NumericOptions.Precision) which define how numeric values of series points are represented within series labels when the PointOptions.PointView property is set to either the PointView.Values or PointView.ArgumentAndValues value.
Note that point values can take numeric values within a series only when the series's Series.ValueScaleType property is set to the ScaleType.Numerical value.