Click or drag to resize
AbstractChartNodeFontStyle Property
Specifies the font style to be used.

Namespace: Imsl.Chart2D
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public virtual FontStyle FontStyle { get; set; }

Property Value

Type: FontStyle
A FontStyle containing the "FontStyle" attribute value.
Remarks
By default, FontStyle = FontStyle.Regular.
See Also