Value for attribute "BoxPlotType" indicating that this is a horizontal box plot.

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

Syntax

C#
public const int BOXPLOT_TYPE_VERTICAL
Visual Basic (Declaration)
Public Const BOXPLOT_TYPE_VERTICAL As Integer
Visual C++
public:
literal int BOXPLOT_TYPE_VERTICAL

Remarks

Used in connection with BoxPlot nodes.

See Also