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

XRChart.ResetLegendPointOptions() Method

OBSOLETE

This method is obsolete now. Use the ResetLegendTextPattern() method instead.

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

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v18.2.dll

Declaration

[Obsolete("This method is obsolete now. Use the ResetLegendTextPattern method instead.")]
public void ResetLegendPointOptions()

Remarks

You can use the SeriesBase.LegendPointOptions 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.

See Also