ChartOptions Interface
Contains various options available for a chart.
Namespace: DevExpress.Spreadsheet.Charts
Assembly: DevExpress.Spreadsheet.v24.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
Related API Members
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).