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.
awGraph1.SeriesDefaultColor = Color.Black
awGraph1.SeriesDefaultColor = Color.Black;
See Also
AwGraph Class | Asterworld.Graph Namespace