PointOptions Class
In This Article
Contains settings that define the format for series point labels.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v14.2.dll
#Declaration
#Remarks
An object of the PointOptions type is returned by the Series.PointOptions property.
The PointOptions class introduces the following properties that affect the text displayed by series labels.
- PointOptions.ArgumentNumericOptions and PointOptions.ArgumentDateTimeOptions;
- PointOptions.ValueNumericOptions and PointOptions.ValueDateTimeOptions;
- PointOptions.PointView and PointOptions.Pattern.
#Inheritance
See Also