Specifies the font size.

Namespace: Imsl.Chart2D
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
public virtual float FontSize { get; set; }
Visual Basic (Declaration)
Public Overridable Property FontSize As Single
Visual C++
public:
virtual property float FontSize {
	float get ();
	void set (float value);
}

Field Value

A float containing the "FontSize" attribute value.

Remarks

By default, FontSize = 8.

See Also