Skip to main content

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

NuGet Package: DevExpress.Charts

Declaration

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

Property Value

Type
PointOptions

Remarks

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

See Also