wpf-devexpress-dot-xpf-dot-charts-a480dae8.md
Lists the values used to specify how data point information is represented within series point labels.
Namespace : DevExpress.Xpf.Charts
Assembly : DevExpress.Xpf.Charts.v25.2.dll
NuGet Package : DevExpress.Wpf.Charts
public enum PointView
Public Enum PointView
| Name | Description |
|---|---|
Argument |
Series point labels display arguments of the corresponding series points.
|
| Values |
Series point labels display values of the corresponding series points.
|
| ArgumentAndValues |
Series point labels display arguments and data values of the corresponding series points.
|
| SeriesName |
Series point labels display the series name of the corresponding series points (which can be taken from the Name property of a Series).
|
| Undefined |
Series point labels display the text determined by the PointOptions.Pattern property value, if it isn’t equal to Empty; otherwise they display values of the corresponding series points.
|
The following properties accept/return PointView values:
The values listed by the PointView enumeration are used to set the PointOptions.PointView property.
See Also