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

SeriesBase.PointOptions Property

OBSOLETE

This property is obsolete now. Use the TextPattern property instead.

Gets or sets the common appearance settings for data points within the series.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v18.2.dll

Declaration

[Obsolete("This property is obsolete now. Use the SeriesLabelBase.TextPattern property instead.")]
[Browsable(false)]
[XtraSerializableProperty(XtraSerializationVisibility.Content)]
public PointOptions PointOptions { get; set; }

Property Value

Type
PointOptions

Remarks

Note: This API is now obsolete. Use the SeriesLabelBase.TextPattern property instead.

See Also