AwGraph.ItemLabelFont Property

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

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.