Search
Drawing.Charts Property
See Also
 






Gets an enumerable with all charts in the drawing.

Namespace: MindFusion.Spreadsheet.Wpf
Assembly: MindFusion.Spreadsheet.Wpf

 Syntax

C#  Copy Code

public IEnumerable<Chart> Charts { get; }

Visual Basic  Copy Code

Public ReadOnly Property Charts As IEnumerable(Of Chart)

 Property Value

An IEnumerable object that can be used to enumerate all charts in the drawing.

 See Also