Back to Devexpress

ChartOptions Interface

officefileapi-devexpress-dot-spreadsheet-dot-charts-c046b4d6.md

latest1.7 KB
Original Source

ChartOptions Interface

Contains various options available for a chart.

Namespace : DevExpress.Spreadsheet.Charts

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
public interface ChartOptions
vb
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 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

ChartOptions Members

DevExpress.Spreadsheet.Charts Namespace