.netCHARTING v6.0 Documentation Send comments on this topic.
Working with Fonts
See Also
Getting Started > The Basics > Working with Fonts

Glossary Item Box

Initializes a new Font object using a specified size


[C#]
Font myFont = new Font("Arial", 10);
[Visual Basic]
Dim myFont As New Font("Arial", 10)

Initializes a new Font object using a specified size and style


[C#]
Font myFont = new Font("Arial", 10, FontStyle.Bold);
[Visual Basic]
Dim myFont As New Font("Arial", 10, FontStyle.Bold)


Available Font Styles:

See Also

Tutorials
Using labels

©2010. All Rights Reserved.