SeriesBase.PointOptions Property
In This Article
OBSOLETE
This property is obsolete now. Use the Text
Gets or sets the common appearance settings for data points within the series.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.2.dll
NuGet Package: DevExpress.Charts
#Declaration
[Browsable(false)]
[Obsolete("This property is obsolete now. Use the SeriesLabelBase.TextPattern property instead.")]
public PointOptions PointOptions { get; set; }
#Property Value
Type |
---|
DevExpress. |
#Remarks
Note: This API is now obsolete. Use the SeriesLabelBase.TextPattern property instead.
See Also