public class Chart extends ShapeBase
Modifier and Type | Class and Description |
---|---|
static class |
Chart.ChartTypeEnum
Gets or sets the type of the chart.
|
ShapeBase.TypeEnum
Constructor and Description |
---|
Chart() |
Modifier and Type | Method and Description |
---|---|
Chart |
addCategoriesItem(ChartCategory categoriesItem) |
Chart |
addSeriesItem(Series seriesItem) |
Chart |
axes(Axes axes) |
Chart |
backWall(ChartWall backWall) |
Chart |
categories(List<ChartCategory> categories) |
Chart |
chartType(Chart.ChartTypeEnum chartType) |
boolean |
equals(Object o) |
Chart |
floor(ChartWall floor) |
Axes |
getAxes()
Gets or sets the axes.
|
ChartWall |
getBackWall()
Gets or sets the back wall.
|
List<ChartCategory> |
getCategories()
Gets or sets the categories for chart data
|
Chart.ChartTypeEnum |
getChartType()
Gets or sets the type of the chart.
|
ChartWall |
getFloor()
Gets or sets the floor.
|
Legend |
getLegend()
Gets or sets the legend.
|
PlotArea |
getPlotArea()
Gets or sets the plot area.
|
List<Series> |
getSeries()
Gets or sets the series of chart data values.
|
ChartWall |
getSideWall()
Gets or sets the side wall.
|
ChartTitle |
getTitle()
Gets or sets the title.
|
int |
hashCode() |
Boolean |
isShowDataLabelsOverMaximum()
True if data labels over the maximum of the chart shall be shown.
|
Chart |
legend(Legend legend) |
Chart |
plotArea(PlotArea plotArea) |
Chart |
series(List<Series> series) |
void |
setAxes(Axes axes) |
void |
setBackWall(ChartWall backWall) |
void |
setCategories(List<ChartCategory> categories) |
void |
setChartType(Chart.ChartTypeEnum chartType) |
void |
setFloor(ChartWall floor) |
void |
setLegend(Legend legend) |
void |
setPlotArea(PlotArea plotArea) |
void |
setSeries(List<Series> series) |
void |
setShowDataLabelsOverMaximum(Boolean showDataLabelsOverMaximum) |
void |
setSideWall(ChartWall sideWall) |
void |
setTitle(ChartTitle title) |
Chart |
showDataLabelsOverMaximum(Boolean showDataLabelsOverMaximum) |
Chart |
sideWall(ChartWall sideWall) |
Chart |
title(ChartTitle title) |
String |
toString() |
alternativeText, alternativeTextTitle, effectFormat, fillFormat, getAlternativeText, getAlternativeTextTitle, getEffectFormat, getFillFormat, getHeight, getLineFormat, getName, getShapes, getType, getWidth, getX, getY, getZorderPosition, height, hidden, isHidden, lineFormat, name, setAlternativeText, setAlternativeTextTitle, setEffectFormat, setFillFormat, setHeight, setHidden, setLineFormat, setName, setShapes, setType, setWidth, setX, setY, setZorderPosition, shapes, type, width, x, y, zorderPosition
addAlternateLinksItem, alternateLinks, getAlternateLinks, getSelfUri, selfUri, setAlternateLinks, setSelfUri
public Chart chartType(Chart.ChartTypeEnum chartType)
public Chart.ChartTypeEnum getChartType()
public void setChartType(Chart.ChartTypeEnum chartType)
public Boolean isShowDataLabelsOverMaximum()
public void setShowDataLabelsOverMaximum(Boolean showDataLabelsOverMaximum)
public List<Series> getSeries()
public Chart categories(List<ChartCategory> categories)
public Chart addCategoriesItem(ChartCategory categoriesItem)
public List<ChartCategory> getCategories()
public void setCategories(List<ChartCategory> categories)
public Chart title(ChartTitle title)
public ChartTitle getTitle()
public void setTitle(ChartTitle title)
public ChartWall getBackWall()
public void setBackWall(ChartWall backWall)
public ChartWall getSideWall()
public void setSideWall(ChartWall sideWall)
public ChartWall getFloor()
public void setFloor(ChartWall floor)
public Legend getLegend()
public void setLegend(Legend legend)
public Axes getAxes()
public void setAxes(Axes axes)
public PlotArea getPlotArea()
public void setPlotArea(PlotArea plotArea)
Copyright © 2021. All rights reserved.