| Package | Description |
|---|---|
| com.hyjavaapex.model.apexcharts | |
| com.hyjavaapex.model.apexcharts.plotoptions |
| Modifier and Type | Method and Description |
|---|---|
Bar |
PlotOptions.getBar() |
| Modifier and Type | Method and Description |
|---|---|
PlotOptions |
PlotOptions.setBar(Bar bar) |
| Modifier and Type | Field and Description |
|---|---|
static Bar |
Bar.NULL |
| Modifier and Type | Method and Description |
|---|---|
Bar |
Bar.setBorderRadius(List<Number> borderRadiusAsArrayNumber)
Note: This option is available since v3.26.0
|
Bar |
Bar.setBorderRadius(Number borderRadiusAsNumber)
Note: This option is available since v3.26.0
|
Bar |
Bar.setBorderRadiusApplication(BorderRadiusApplication borderRadiusApplication)
Whether to apply border-radius
|
Bar |
Bar.setColumnWidth(Number columnWidthAsNumber)
In column charts, columnWidth is the percentage of the available width in the grid-rect.
|
Bar |
Bar.setColumnWidth(String columnWidthAsString)
In column charts, columnWidth is the percentage of the available width in the grid-rect.
|
Bar |
Bar.setHorizontal(Boolean horizontal)
This option will turn a column chart into a horizontal bar chart.
|
Copyright © 2025. All rights reserved.