Constructor to build an AxisLabel from the text and the
associated font properties.
| C# | Visual Basic | Visual C++ |
- text (String)
- The String representing the text to be displayed
- fontFamily (String)
- The String font family name
- fontSize (Single)
- The size of the font in points and scaled according to the CalcScaleFactor()() logic.
- color (Color)
- The Color instance representing the color of the font
- isBold (Boolean)
- true for a bold font face
- isItalic (Boolean)
- true for an italic font face
- isUnderline (Boolean)
- true for an underline font face
