WebChartControl.ResetLegendPointOptions() Method
OBSOLETE
This method is obsolete now. Use the ResetLegendTextPattern() method instead.
Cancels the changes applied to the SeriesBase.LegendTextPattern for each series and makes it equal to the SeriesLabelBase.TextPattern.
Namespace: DevExpress.XtraCharts.Web
Assembly: DevExpress.XtraCharts.v24.1.Web.dll
NuGet Package: DevExpress.Web.Visualization
Declaration
[Obsolete("This method is obsolete now. Use the ResetLegendTextPattern method instead.")]
public void ResetLegendPointOptions()
Remarks
You can use the [SeriesBase.LegendTextPattern(xref:DevExpress.XtraCharts.SeriesBase.LegendTextPattern) property to customize the information and format displayed in the chart’s legend. However, to reject the changes and synchronize the information and its display format of the chart’s legend with that of the series points, use the ResetLegendPointOptions method. It affects all series of the chart, created via the series template and individually.