AbstractChartNodeFontSize Property |
Specifies the font size.
Namespace: Imsl.Chart2DAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public virtual float FontSize { get; set; }
Public Overridable Property FontSize As Single
Get
Set
public:
virtual property float FontSize {
float get ();
void set (float value);
}
abstract FontSize : float32 with get, set
override FontSize : float32 with get, set
Property Value
Type:
Single
A
float containing the "FontSize" attribute value.
Remarks
By default, FontSize = 8.
See Also