ZedGraph LogoZedGraph Class Library Documentation
BaseDimension Property
NamespacesZedGraphPaneBaseBaseDimension
BaseDimension is a double precision value that sets "normal" pane size on which all the settings are based. The BaseDimension is in inches. For example, if the BaseDimension is 8.0 inches and the Title size is 14 points. Then the pane title font will be 14 points high when the Rect is approximately 8.0 inches wide. If the Rect is 4.0 inches wide, the pane title font will be 7 points high. Most features of the graph are scaled in this manner.
Declaration Syntax
C#Visual BasicVisual C++
public float BaseDimension{ get; set;}
Public Property BaseDimension As Single
public:
property float BaseDimension {
	float get ();
	void set (float value);
}
Value
The base dimension reference for the Rect, in inches
See Also

Assembly: ZedGraph (Module: ZedGraph) Version: 5.1.0.621