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.v24.1.dll
NuGet Package: DevExpress.Reporting.Core
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.