Back to Devexpress

SpreadsheetChartsViewOptions Class

officefileapi-devexpress-dot-xtraspreadsheet-21c9683d.md

latest2.1 KB
Original Source

SpreadsheetChartsViewOptions Class

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

Declaration

csharp
[ComVisible(true)]
public class SpreadsheetChartsViewOptions :
    SpreadsheetNotificationOptions
vb
<ComVisible(True)>
Public Class SpreadsheetChartsViewOptions
    Inherits 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.

Implements

INotifyPropertyChanged

Inheritance

Object ViewStatePersisterCore BaseOptions DevExpress.XtraSpreadsheet.SpreadsheetNotificationOptions SpreadsheetChartsViewOptions

See Also

SpreadsheetChartsViewOptions Members

DevExpress.XtraSpreadsheet Namespace