AwGraphBuild.ValueLabelFont Property

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

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.