ZedGraph LogoZedGraph Class Library Documentation
IsClippedToChartRect Property
NamespacesZedGraphGraphObjIsClippedToChartRect
Gets or sets a value that determines whether or not the rendering of this GraphObj will be clipped to the Rect.
Declaration Syntax
C#Visual BasicVisual C++
public bool IsClippedToChartRect{ get; set;}
Public Property IsClippedToChartRect As Boolean
public:
property bool IsClippedToChartRect {
	bool get ();
	void set (bool value);
}
Value
true to clip the GraphObj to the Rect bounds, false to leave it unclipped.

Assembly: ZedGraph (Module: ZedGraph) Version: 5.1.0.621