Specifies the font to be used by name.

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

Syntax

C#
public virtual string FontName { get; set; }
Visual Basic (Declaration)
Public Overridable Property FontName As String
Visual C++
public:
virtual property String^ FontName {
	String^ get ();
	void set (String^ value);
}

Field Value

A String containing the "FontName" attribute value.

Remarks

By default, FontName = Sanserif.

See Also