ZedGraph LogoZedGraph Class Library Documentation
AxisLabel Constructor (text, fontFamily, fontSize, color, isBold, isItalic, isUnderline)
NamespacesZedGraphAxisLabelAxisLabelAxisLabelNew(String, String, Single, Color, Boolean, Boolean, Boolean)
Constructor to build an AxisLabel from the text and the associated font properties.
Declaration Syntax
C#Visual BasicVisual C++
public AxisLabel(
	string text,
	string fontFamily,
	float fontSize,
	Color color,
	bool isBold,
	bool isItalic,
	bool isUnderline
)
Public Sub New ( _
	text As String, _
	fontFamily As String, _
	fontSize As Single, _
	color As Color, _
	isBold As Boolean, _
	isItalic As Boolean, _
	isUnderline As Boolean _
)
public:
AxisLabel (
	String^ text, 
	String^ fontFamily, 
	float fontSize, 
	Color color, 
	bool isBold, 
	bool isItalic, 
	bool isUnderline
)
Parameters
text (String)
The String representing the text to be displayed
fontFamily (String)
The String font family name
fontSize (Single)
The size of the font in points and scaled according to the CalcScaleFactor()() logic.
color (Color)
The Color instance representing the color of the font
isBold (Boolean)
true for a bold font face
isItalic (Boolean)
true for an italic font face
isUnderline (Boolean)
true for an underline font face

Assembly: ZedGraph (Module: ZedGraph) Version: 5.1.0.621