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.v24.1.dll

NuGet Package: DevExpress.Charts

Declaration

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

Property Value

Type
PointOptions

Remarks

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

See Also