AbstractChartNodeFontName Property |
Specifies the font to be used by name.
Namespace: Imsl.Chart2DAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public virtual string FontName { get; set; }
Public Overridable Property FontName As String
Get
Set
public:
virtual property String^ FontName {
String^ get ();
void set (String^ value);
}
abstract FontName : string with get, set
override FontName : string with get, set
Property Value
Type:
String
A
String containing the "FontName" attribute value.
Remarks
By default, FontName = Sanserif.
See Also