Skip to main content
A newer version of this page is available. .

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.v19.2.dll

Declaration

public enum PointView

Members

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.

Related API Members

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