Search
BarType Enumeration
See Also
 






Represents different bar types.

Namespace: com.mindfusion.charting
File: com.mindfusion.charting

 Syntax

Java  Copy Code

public enum BarType

 Members

  Member name Description

Vertical

Bars representing data at the same index in a Series are drawn vertical, next to each other.

VerticalOverlay

Bars representing data at the same index in a Series are drawn over each other.

VerticalStacked

Bars representing data at the same index in a Series are drawn stacked.

 See Also