public abstract class ChartOptions extends Object implements Serializable
Constructor and Description |
---|
ChartOptions() |
Modifier and Type | Method and Description |
---|---|
Elements |
getElements() |
Legend |
getLegend() |
Title |
getTitle() |
Tooltip |
getTooltip() |
void |
setElements(Elements elements) |
void |
setLegend(Legend legend) |
void |
setTitle(Title title) |
void |
setTooltip(Tooltip tooltip) |
public Elements getElements()
public void setElements(Elements elements)
public Title getTitle()
public void setTitle(Title title)
public Tooltip getTooltip()
public void setTooltip(Tooltip tooltip)
public Legend getLegend()
public void setLegend(Legend legend)
Copyright © 2019. All rights reserved.