Gets or sets the default color of the series of the graph.
[Visual Basic]
Public Property SeriesDefaultColor As Color
[C#]
public System.Drawing.Color SeriesDefaultColor {get; set;}
Property Value
Value that indicates the default color of the series.
Remarks
Please use SeriesColor, if two or more series exist and each series need unique color.
Example
How to set the default color of the series as black.
graphBuild.SeriesDefaultColor = Color.Black
graphBuild.SeriesDefaultColor = Color.Black;
See Also
AwGraphBuild Class | Asterworld.Graph Namespace