Font Spec(String, Single, Color, Boolean, Boolean, Boolean) Constructor
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 FontSpec(
string family,
float size,
Color color,
bool isBold,
bool isItalic,
bool isUnderline
)VB
Public Sub New (
family As String,
size As Single,
color As Color,
isBold As Boolean,
isItalic As Boolean,
isUnderline As Boolean
)