Search
HtmlExporterBase.EnableCharts Property
See Also
 






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

 Syntax

C#  Copy Code

public bool EnableCharts { get; set; }

Visual Basic  Copy Code

Public Property EnableCharts As Boolean

 Property Value

true to export the charts; otherwise, false. The default is true.

 See Also