Skip to main content
A newer version of this page is available. .

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

NuGet Packages: DevExpress.Charts, DevExpress.WindowsDesktop.Charts

Declaration

[Obsolete("This property is obsolete now. Use the LegendTextPattern property instead.")]
[Browsable(false)]
public PointOptions LegendPointOptions { get; set; }

Property Value

Type
PointOptions

Remarks

Note: This API is now obsolete. Use the SeriesBase.LegendTextPattern property instead.

See Also