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