Gets or sets a value indicating whether the charts in the workbook are exported. The charts are exported as images.
Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms
SyntaxC#
Copy Code
|
|---|
public bool EnableCharts { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property EnableCharts As Boolean |
true to export the charts; otherwise, false. The default is true.
See Also