Back to Devexpress

SpreadsheetViewOptions.Charts Property

officefileapi-devexpress-dot-xtraspreadsheet-dot-spreadsheetviewoptions-02023ecf.md

latest1.9 KB
Original Source

SpreadsheetViewOptions.Charts Property

Gets options specific to chart display in the SpreadsheetControl.

Namespace : DevExpress.XtraSpreadsheet

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
public SpreadsheetChartsViewOptions Charts { get; }
vb
Public ReadOnly Property Charts As SpreadsheetChartsViewOptions

Property Value

TypeDescription
SpreadsheetChartsViewOptions

A SpreadsheetChartsViewOptions object that provides chart-specific options.

|

Property Paths

You can access this nested property as listed below:

Object TypePath 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

SpreadsheetViewOptions Class

SpreadsheetViewOptions Members

DevExpress.XtraSpreadsheet Namespace