Click or drag to resize
ChartNodeBarType Property
Specifies the orientation of the BarChart.

Namespace: Imsl.Chart2D
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public virtual int BarType { get; set; }

Property Value

Type: Int32
An int which contains the BarType" attribute value.
Remarks
Legal values are BAR_TYPE_VERTICAL or BAR_TYPE_HORIZONTAL.
See Also