Gets or sets the series count of the graph.
[Visual Basic]
Public Property SeriesCount As Integer
[C#]
public int SeriesCount {get; set;}
Property Value
Value that indicates the series count.
Remarks
Maximum of the series count that can set is the maximum of integer. However, if a big value unnecessarily was set, many resources will be used. Please set a value that is required really. If the count of series was changed after data was set, the data that already exists is cleared.
Example
How to set the series count as 3.
awGraph1.SeriesCount = 3
awGraph1.SeriesCount = 3;
See Also
AwGraph Class | Asterworld.Graph Namespace