Skip to main content

SpreadsheetViewOptions.Charts Property

Gets options specific to chart display in the SpreadsheetControl.

Namespace: DevExpress.XtraSpreadsheet

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

NuGet Package: DevExpress.Spreadsheet.Core

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