Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

ChartObject.Options Property

Provides access to various options available for the chart.

Namespace: DevExpress.Spreadsheet.Charts

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

Declaration

ChartOptions Options { get; }

Property Value

Type Description
ChartOptions

A ChartOptions object containing chart options.

See Also