Gets a collection with the data series of the chart.
Namespace: MindFusion.Spreadsheet.Charts
Assembly: MindFusion.Spreadsheet.WinForms
SyntaxC#
Copy Code
|
|---|
public SeriesCollection Series { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property Series As SeriesCollection |
A collection of Series objects.
RemarksChart series cannot be instantiated directly. To create and add a new series to the chart, call the Add method of the collection object returned by this property.
See Also