A newer version of this page is available.
Switch to the current version.
SeriesLabelBase.PointOptions Property
Obsolete. Gets or sets the common appearance settings for series labels.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v18.2.dll
Declaration
[Obsolete("This property is obsolete now. Use the TextPattern property instead.")]
[Browsable(false)]
[XtraSerializableProperty(XtraSerializationVisibility.Content, true)]
public PointOptions PointOptions { get; set; }
<Obsolete("This property is obsolete now. Use the TextPattern property instead.")>
<Browsable(False)>
<XtraSerializableProperty(XtraSerializationVisibility.Content, True)>
Public Property PointOptions As PointOptions
Property Value
Type |
---|
PointOptions |
Remarks
Note: This API is now obsolete. Use the SeriesLabelBase.TextPattern property instead.
See Also
Feedback