Skip to main content

SeriesBase.ResetLegendPointOptions() Method

OBSOLETE

This method is obsolete now. Set to String.Empty LegendTextPattern property instead.

Cancels the changes applied to the SeriesBase.LegendPointOptions for a specific series, and makes it equal to the SeriesBase.PointOptions.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

[Obsolete("This method is obsolete now. Set to String.Empty LegendTextPattern property instead.")]
public void ResetLegendPointOptions()
See Also