Click or drag to resize
AbstractChartNodeFont Property
Defines a particular format for text, including font name, size, and style attributes.

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

Property Value

Type: Font
A Font that contains information about the text font to be used.
See Also