Back to Devexpress

PointView Enum

wpf-devexpress-dot-xpf-dot-charts-a480dae8.md

latest2.4 KB
Original Source

PointView Enum

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

Declaration

csharp
public enum PointView
vb
Public Enum PointView

Members

NameDescription
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:

Remarks

The values listed by the PointView enumeration are used to set the PointOptions.PointView property.

See Also

PointView

DevExpress.Xpf.Charts Namespace