Returns a chart collection for the combo charts.
Namespace:
Spire.Doc.Fields.Shapes
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public ChartCollection Charts { get; }
Public ReadOnly Property Charts As ChartCollection
Get
public:
property ChartCollection^ Charts {
ChartCollection^ get ();
}
member Charts : ChartCollection with get
Property Value
Type:
ChartCollection
See Also