Font SpecInit 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#
private void Init(
string family,
float size,
Color color,
bool isBold,
bool isItalic,
bool isUnderline,
Color fillColor,
Brush fillBrush,
FillType fillType
)VB
Private Sub Init (
family As String,
size As Single,
color As Color,
isBold As Boolean,
isItalic As Boolean,
isUnderline As Boolean,
fillColor As Color,
fillBrush As Brush,
fillType As FillType
)