SpreadsheetChartsViewOptions Class
Provides access to the chart-specific properties of the SpreadsheetControl.
Namespace: DevExpress.XtraSpreadsheet
Assembly: DevExpress.Spreadsheet.v24.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
[ComVisible(true)]
public class SpreadsheetChartsViewOptions :
SpreadsheetNotificationOptions
Related API Members
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.
Implements
Inheritance
Object
ViewStatePersisterCore
BaseOptions
DevExpress.XtraSpreadsheet.SpreadsheetNotificationOptions
SpreadsheetChartsViewOptions
See Also