AxisLabel(String, String, Single, Color, Boolean, Boolean, Boolean) Constructor

Definition

Namespace: ZedGraph
Assembly: ZedGraph (in ZedGraph.dll) Version: 5.1.5.0
public AxisLabel(
	string text,
	string fontFamily,
	float fontSize,
	Color color,
	bool isBold,
	bool isItalic,
	bool isUnderline
)

Parameters

text  String
 
fontFamily  String
 
fontSize  Single
 
color  Color
 
isBold  Boolean
 
isItalic  Boolean
 
isUnderline  Boolean
 

See Also