Skip to main content

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

NuGet Package: DevExpress.Charts

Declaration

[Obsolete("This property is obsolete now. Use the 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