The factor by which fonts are to be scaled.

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

Syntax

C#
public virtual double ScaleFont { get; set; }
Visual Basic (Declaration)
Public Overridable Property ScaleFont As Double
Visual C++
public:
virtual property double ScaleFont {
	double get ();
	void set (double value);
}

Field Value

A double containing the font scaling factor.

See Also