ZedGraph LogoZedGraph Class Library Documentation
IsFontsScaled Property
NamespacesZedGraphPaneBaseIsFontsScaled
Determines if the font sizes, tic sizes, gap sizes, etc. will be scaled according to the size of the Rect and the BaseDimension. If this value is set to false, then the font sizes and tic sizes will always be exactly as specified, without any scaling.
Declaration Syntax
C#Visual BasicVisual C++
public bool IsFontsScaled{ get; set;}
Public Property IsFontsScaled As Boolean
public:
property bool IsFontsScaled {
	bool get ();
	void set (bool value);
}
Value
True to have the fonts and tics scaled, false to have them constant
See Also

Assembly: ZedGraph (Module: ZedGraph) Version: 5.1.0.621