Bar ItemCreate Bar Labels(Graph Pane, Boolean, String, String, Single, Color, Boolean, Boolean, Boolean) Method
Definition
Namespace: ZedGraph
Assembly: ZedGraph (in ZedGraph.dll) Version: 5.1.5.0
Assembly: ZedGraph (in ZedGraph.dll) Version: 5.1.5.0
C#
public static void CreateBarLabels(
GraphPane pane,
bool isBarCenter,
string valueFormat,
string fontFamily,
float fontSize,
Color fontColor,
bool isBold,
bool isItalic,
bool isUnderline
)VB
Public Shared Sub CreateBarLabels (
pane As GraphPane,
isBarCenter As Boolean,
valueFormat As String,
fontFamily As String,
fontSize As Single,
fontColor As Color,
isBold As Boolean,
isItalic As Boolean,
isUnderline As Boolean
)