The outside markers of the BoxPlot elements.

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

Syntax

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

Field Value

A ChartNode which contains the "OutsideMarkers" attribute value.

See Also