BarItemCreateBarLabels(GraphPane, Boolean, String, String, Single, Color, Boolean, Boolean, Boolean) Method

Definition

Namespace: ZedGraph
Assembly: ZedGraph (in ZedGraph.dll) Version: 5.1.5.0
public static void CreateBarLabels(
	GraphPane pane,
	bool isBarCenter,
	string valueFormat,
	string fontFamily,
	float fontSize,
	Color fontColor,
	bool isBold,
	bool isItalic,
	bool isUnderline
)

Parameters

pane  GraphPane
 
isBarCenter  Boolean
 
valueFormat  String
 
fontFamily  String
 
fontSize  Single
 
fontColor  Color
 
isBold  Boolean
 
isItalic  Boolean
 
isUnderline  Boolean
 

See Also