Specifies the orientation of the BoxPlot.

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

Syntax

C#
public virtual int BoxPlotType { get; set; }
Visual Basic (Declaration)
Public Overridable Property BoxPlotType As Integer
Visual C++
public:
virtual property int BoxPlotType {
	int get ();
	void set (int value);
}

Field Value

An int which contains the "BoxPlotType" attribute value.

Remarks

See Also