Specifies whether the optional notches, indicating the extent of data falling within the 95 percet confidence range, are displayed.

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

Syntax

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

Field Value

A bool which contains the "Notch" attribute value.

Remarks

true indicates that notches are to be displayed. default: false

See Also