Skip to main content

PointOptions.ArgumentNumericOptions Property

Gets the settings which define how to display numeric argument values of series points.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

[PersistenceMode(PersistenceMode.InnerProperty)]
public NumericOptions ArgumentNumericOptions { get; }

Property Value

Type Description
NumericOptions

A NumericOptions object that contains specific settings for displaying the numeric values of point arguments.

Remarks

The ArgumentNumericOptions property provides access to specific settings (in particular, the NumericOptions.Format and NumericOptions.Precision) which define how numeric arguments of series points are represented within series labels when the PointOptions.PointView property is set to either the PointView.Argument or PointView.ArgumentAndValues value.

Note that point arguments can take numeric values within a series only when the series’s SeriesBase.ArgumentScaleType property is set to the ScaleType.Numerical value.

See Also