Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

UpDownBarsOptions.ResetToMatchStyle() Method

In This Article

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

NuGet Package: DevExpress.Spreadsheet.Core

#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