SeriesBase.LegendPointOptions Property
OBSOLETE
This property is obsolete now. Use the LegendTextPattern property instead.
Provides access to the settings which specify the type of information displayed in the chart’s legend, and its format.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
[Browsable(false)]
[Obsolete("This property is obsolete now. Use the LegendTextPattern property instead.")]
[XtraSerializableProperty(XtraSerializationVisibility.Content, true)]
public PointOptions LegendPointOptions { get; set; }
Property Value
Type |
---|
PointOptions |
Remarks
Note: This API is now obsolete. Use the SeriesBase.LegendTextPattern property instead.
See Also