Back to Devexpress

SeriesLabelBase.PointOptions Property

corelibraries-devexpress-dot-xtracharts-dot-serieslabelbase-84a4df9e.md

latest1.6 KB
Original Source

SeriesLabelBase.PointOptions Property

OBSOLETE

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

Gets or sets the common appearance settings for series labels.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
[Browsable(false)]
[Obsolete("This property is obsolete now. Use the TextPattern property instead.")]
public PointOptions PointOptions { get; set; }
vb
<Obsolete("This property is obsolete now. Use the TextPattern property instead.")>
<Browsable(False)>
Public Property PointOptions As PointOptions

Property Value

Type
DevExpress.XtraCharts.PointOptions

Remarks

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

See Also

SeriesLabelBase Class

SeriesLabelBase Members

DevExpress.XtraCharts Namespace