Package | Description |
---|---|
com.hyjavacharts.model.highcharts |
Modifier and Type | Method and Description |
---|---|
Legend |
Legend.align(HorizontalAlign align)
The horizontal alignment of the legend box within the chart area.
|
Legend |
Legend.enabled(Boolean enabled)
Enable or disable the legend.
|
Legend |
ChartOptions.getLegend()
Options for the tooltip that appears when the user hovers over a series or point.
|
Legend |
Legend.layout(Layout layout) |
Legend |
ChartOptions.legend()
Options for the tooltip that appears when the user hovers over a series or point.
|
Legend |
Legend.setAlign(HorizontalAlign align)
The horizontal alignment of the legend box within the chart area.
|
Legend |
Legend.setEnabled(Boolean enabled)
Enable or disable the legend.
|
Legend |
Legend.setLayout(Layout layout) |
Legend |
Legend.setVerticalAlign(VerticalAlign verticalAlign)
The vertical alignment of the legend box.
|
Legend |
Legend.verticalAlign(VerticalAlign verticalAlign)
The vertical alignment of the legend box.
|
Modifier and Type | Method and Description |
---|---|
ChartOptions |
ChartOptions.legend(Legend legend)
Options for the tooltip that appears when the user hovers over a series or point.
|
ChartOptions |
ChartOptions.setLegend(Legend legend)
Options for the tooltip that appears when the user hovers over a series or point.
|
Copyright © 2022. All rights reserved.