Gets or sets color of the item labels of the graph.
[Visual Basic]
Public Property ItemLabelColor As Color
[C#]
public System.Drawing.Color ItemLabelColor {get; set;}
Property Value
Value that indicates color of the item labels.
Example
How to set color of the item labels as black.
graphBuild.ItemLabelColor = Color.Black
graphBuild.ItemLabelColor = Color.Black;
See Also
AwGraphBuild Class | Asterworld.Graph Namespace