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

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.v18.2.Core.dll

Declaration

void ResetToMatchStyle()

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.

See Also