PointOptions.PointView Property
In This Article
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
#Property Value
Type | Description |
---|---|
Point |
A Point |
#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