UpDownBarsOptions.ResetToMatchStyle() Method
Removes custom formatting applied to up-down bars and restores default formatting based on the chart style.
Namespace: DevExpress.Spreadsheet.Charts
Assembly: DevExpress.Spreadsheet.v24.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
Remarks
To apply the default formatting to the up or down bars only, use the UpDownBarsOptions.UpBars or UpDownBarsOptions.DownBars property to access the bar format options specified by the ShapeFormat object. Next, call the ShapeFormat.ResetToMatchStyle method to restore the initial format. The default format is determined by the chart style (ChartObject.Style) and the current document’s theme.
To apply the standard format to all chart elements at once, call the ResetToMatchStyle method of the Chart object.