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

ChartOptions Interface

Contains various options available for a chart.

Namespace: DevExpress.Spreadsheet.Charts

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

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