Axis Label(String, 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 AxisLabel(
string text,
string fontFamily,
float fontSize,
Color color,
bool isBold,
bool isItalic,
bool isUnderline
)VB
Public Sub New (
text As String,
fontFamily As String,
fontSize As Single,
color As Color,
isBold As Boolean,
isItalic As Boolean,
isUnderline As Boolean
)