public class Bar extends BaseOption
Constructor and Description |
---|
Bar() |
Modifier and Type | Method and Description |
---|---|
String |
getColumnWidth()
In column charts, columnWidth is the percentage of the available width in the grid-rect.
|
StartEndShape |
getEndingShape()
Available Options
|
Boolean |
getHorizontal()
This option will turn a column chart into a horiontal bar chart.
|
Bar |
setColumnWidth(String columnWidth)
In column charts, columnWidth is the percentage of the available width in the grid-rect.
|
Bar |
setEndingShape(StartEndShape endingShape)
Available Options
|
Bar |
setHorizontal(Boolean horizontal)
This option will turn a column chart into a horiontal bar chart.
|
set_hcNulledOption
public static final Bar NULL
public String getColumnWidth()
public Bar setColumnWidth(String columnWidth)
columnWidth
- the value for the columnWidth optionpublic StartEndShape getEndingShape()
public Bar setEndingShape(StartEndShape endingShape)
endingShape
- the value for the endingShape optionpublic Boolean getHorizontal()
Copyright © 2024. All rights reserved.