AwGraphBuild.SeriesDefaultColor Property

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

Home | Software & Source Code Library | About Us | Information Based on Law | Terms of Service
Software List | Product Price List | How to Buy | Order Form | FAQ | Site Map
Copyright (C) 2001-2012 Asterworld. All Rights Reserved.