Gets or sets the font of the value labels of the graph.
[Visual Basic]
Public Property ValueLabelFont As Font
[C#]
public System.Drawing.Font ValueLabelFont {get; set;}
Property Value
Font of the value labels.
Example
How to set the font of the value labels as Arial 9pt.
graphBuild.ValueLabelFont = New Font("Arial", 9F)
graphBuild.ValueLabelFont = new Font("Arial", 9F);
See Also
AwGraphBuild Class | Asterworld.Graph Namespace