Specifies whether the data elements are to be clipped to the current window.

Namespace: Imsl.Chart2D
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
public virtual bool ClipData { get; set; }
Visual Basic (Declaration)
Public Overridable Property ClipData As Boolean
Visual C++
public:
virtual property bool ClipData {
	bool get ();
	void set (bool value);
}

Field Value

A bool which contains the "ClipData" attribute value.

Remarks

By default, ClipData = true

See Also