Click or drag to resize
ChartNodeClipData Property
Specifies whether the data elements are to be clipped to the current window.

Namespace: Imsl.Chart2D
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public virtual bool ClipData { get; set; }

Property Value

Type: Boolean
A bool which contains the "ClipData" attribute value.
Remarks
By default, ClipData = true
See Also