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() |
alternativeText, alternativeTextTitle, effectFormat, fillFormat, getAlternativeText, getAlternativeTextTitle, getEffectFormat, getFillFormat, getHeight, getHyperlinkClick, getHyperlinkMouseOver, getLineFormat, getName, getThreeDFormat, getType, getWidth, getX, getY, getZorderPosition, height, hidden, hyperlinkClick, hyperlinkMouseOver, isHidden, lineFormat, name, setAlternativeText, setAlternativeTextTitle, setEffectFormat, setFillFormat, setHeight, setHidden, setHyperlinkClick, setHyperlinkMouseOver, setLineFormat, setName, setThreeDFormat, setType, setWidth, setX, setY, setZorderPosition, threeDFormat, 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)
public Boolean isHasRoundedCorners()
public void setHasRoundedCorners(Boolean hasRoundedCorners)
public Chart seriesGroups(List<ChartSeriesGroup> seriesGroups)
public Chart addSeriesGroupsItem(ChartSeriesGroup seriesGroupsItem)
public List<ChartSeriesGroup> getSeriesGroups()
public void setSeriesGroups(List<ChartSeriesGroup> seriesGroups)
Copyright © 2022. All rights reserved.