SpreadsheetViewOptions.Charts Property
Gets options specific to chart display in the SpreadsheetControl.
Namespace: DevExpress.XtraSpreadsheet
Assembly: DevExpress.Spreadsheet.v24.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
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 |
|
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