ChartNodeClipData Property |
Specifies whether the data elements are to be clipped to the current
window.
Namespace: Imsl.Chart2DAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public virtual bool ClipData { get; set; }
Public Overridable Property ClipData As Boolean
Get
Set
public:
virtual property bool ClipData {
bool get ();
void set (bool value);
}
abstract ClipData : bool with get, set
override ClipData : bool with get, set
Property Value
Type:
Boolean
A
bool which contains the "ClipData" attribute value.
Remarks
By default, ClipData = true
See Also