Specifies the orientation of the BarChart.

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

Syntax

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

Field Value

An int which contains the BarType" attribute value.

Remarks

Legal values are BAR_TYPE_VERTICAL or BAR_TYPE_HORIZONTAL.

See Also