Skip to main content

PointOptions.PointView Property

Gets or sets a value that specifies which information should be displayed within series labels and legend items.

Namespace: DevExpress.Xpf.Charts

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

#Declaration

public PointView PointView { get; set; }

#Property Value

Type Description
PointView

A PointView enumeration value. The default value is PointView.Undefined.

#Remarks

To have greater control over what text should be displayed within series labels and legend items, use the PointOptions.Pattern property. Note that if both properties are set to non-default values, the PointOptions.Pattern property has a higher priority over the PointView property.

See Also