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

ChartOptions Interface

Contains various options available for a chart.

Namespace: DevExpress.Spreadsheet.Charts

Assembly: DevExpress.Spreadsheet.v24.2.Core.dll

NuGet Package: DevExpress.Spreadsheet.Core

#Declaration

public interface ChartOptions

The following members return ChartOptions objects:

#Remarks

To access an object exposing the ChartOptions interface, use the ChartObject.Options property. Utilize the object’s properties to set culture-specific settings of a chart (ChartOptions.Culture), apply the chart protection (ChartOptions.Protection), specify how empty and hidden cells should be plotted on a chart (ChartOptions.DisplayBlanksAs and ChartOptions.PlotVisibleOnly), add rounded corners to the chart (ChartOptions.RoundedCorners) and define the date system to be used (ChartOptions.Use1904DateSystem).

See Also