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

SpreadsheetViewOptions.Charts Property

Gets options specific to chart display in the SpreadsheetControl.

Namespace: DevExpress.XtraSpreadsheet

Assembly: DevExpress.Spreadsheet.v19.1.Core.dll

Declaration

public SpreadsheetChartsViewOptions Charts { get; }

Property Value

Type Description
SpreadsheetChartsViewOptions

A SpreadsheetChartsViewOptions object that provides chart-specific options.

Property Paths

You can access this nested property as listed below:

Object Type Path to Charts
SpreadsheetControlOptions
.View.Charts

Remarks

Use the Charts property to access the SpreadsheetChartsViewOptions object that allows you to apply antialiasing (smoothing) to 3-D charts displayed in the SpreadsheetControl.

See Also