Skip to main content

PointView Enum

Lists the values used to specify how data point information is represented by series labels.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v14.2.dll

#Declaration

public enum PointView

#Members

Name Description
Argument

Each series label reflects its point's Argument.

Values

Each series label reflects its point's Value(s).

ArgumentAndValues

Each series label reflects its point's Argument, and its Value(s).

SeriesName

All series labels reflect the series name.

Undefined

The series labels reflect the PointOptions.Pattern property value; if it is Empty, they display their points' Values.

#Passed To

You can pass PointView values to the PointOptions.PointView property.

#Remarks

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

See Also