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