The wiskers of the BoxPlot elements drawn to the upper and lower quartile.

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

Syntax

C#
public virtual ChartNode Whiskers { get; }
Visual Basic (Declaration)
Public Overridable ReadOnly Property Whiskers As ChartNode
Visual C++
public:
virtual property ChartNode^ Whiskers {
	ChartNode^ get ();
}

Field Value

A ChartNode which contains the "Whiskers" attribute value.

See Also