ZedGraph LogoZedGraph Class Library Documentation
IsScaled Property
NamespacesZedGraphFillIsScaled
Determines if the brush will be scaled to the bounding box of the filled object. If this value is false, then the brush will only be aligned with the filled object based on the AlignH and AlignV properties.
Declaration Syntax
C#Visual BasicVisual C++
public bool IsScaled{ get; set;}
Public Property IsScaled As Boolean
public:
property bool IsScaled {
	bool get ();
	void set (bool value);
}

Assembly: ZedGraph (Module: ZedGraph) Version: 5.1.0.621