Series Property
Series
Gets the list of the series.
Declaration
[C1Description("FlexChart.Series", "Gets the list of the series.")]
public IList<Series> Series { get; }
<C1Description("FlexChart.Series", "Gets the list of the series.")>
Public ReadOnly Property Series As IList(Of Series)