officefileapi-devexpress-dot-xtraspreadsheet-21c9683d.md
Provides access to the chart-specific properties of the SpreadsheetControl.
Namespace : DevExpress.XtraSpreadsheet
Assembly : DevExpress.Spreadsheet.v25.2.Core.dll
NuGet Package : DevExpress.Spreadsheet.Core
[ComVisible(true)]
public class SpreadsheetChartsViewOptions :
SpreadsheetNotificationOptions
<ComVisible(True)>
Public Class SpreadsheetChartsViewOptions
Inherits SpreadsheetNotificationOptions
The following members return SpreadsheetChartsViewOptions objects:
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.
Object ViewStatePersisterCore BaseOptions DevExpress.XtraSpreadsheet.SpreadsheetNotificationOptions SpreadsheetChartsViewOptions
See Also