Specifies whether the optional notches, indicating the extent of data
falling within the 95 percet confidence range, are displayed.
Namespace: Imsl.Chart2DAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public virtual bool Notch { get; set; }
Public Overridable Property Notch As Boolean
Get
Set
public:
virtual property bool Notch {
bool get ();
void set (bool value);
}
abstract Notch : bool with get, set
override Notch : bool with get, set
Property Value
Type:
Boolean
A
bool which contains the "Notch" attribute value.
Remarks true indicates that notches are to be displayed. default:
false
See Also