Skip to main content
A newer version of this page is available. .

SpreadsheetChartsViewOptions Class

Provides access to the chart-specific properties of the SpreadsheetControl.

Namespace: DevExpress.XtraSpreadsheet

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

Declaration

[ComVisible(true)]
public class SpreadsheetChartsViewOptions :
    SpreadsheetNotificationOptions

The following members return SpreadsheetChartsViewOptions objects:

Remarks

An instance of the SpreadsheetChartsViewOptions class is accessible via the SpreadsheetViewOptions.Charts property.

Use the SpreadsheetChartsViewOptions.Antialiasing property to enable antialiasing for 3-D charts embedded in a document loaded into the SpreadsheetControl.

Inheritance

Object
ViewStatePersisterCore
BaseOptions
DevExpress.XtraSpreadsheet.SpreadsheetNotificationOptions
SpreadsheetChartsViewOptions
See Also