public interface SChart
Modifier and Type | Interface and Description |
---|---|
static class |
SChart.BarDirection |
static class |
SChart.ChartGrouping |
static class |
SChart.ChartLegendPosition |
static class |
SChart.ChartType |
String getId()
SSheet getSheet()
SChart.ChartType getType()
SChartData getData()
ViewAnchor getAnchor()
void setAnchor(ViewAnchor anchor)
String getTitle()
String getXAxisTitle()
String getYAxisTitle()
void setTitle(String title)
void setXAxisTitle(String xAxisTitle)
void setYAxisTitle(String yAxisTitle)
void setLegendPosition(SChart.ChartLegendPosition pos)
SChart.ChartLegendPosition getLegendPosition()
void setGrouping(SChart.ChartGrouping grouping)
SChart.ChartGrouping getGrouping()
SChart.BarDirection getBarDirection()
void setBarDirection(SChart.BarDirection direction)
boolean isThreeD()
void setThreeD(boolean threeD)
List<SChartAxis> getValueAxises()
List<SChartAxis> getCategoryAxises()
void addValueAxis(SChartAxis axis)
void addCategoryAxis(SChartAxis axis)
int getRotX()
void setRotX(int rotX)
int getRotY()
void setRotY(int rotY)
int getPerspective()
void setPerspective(int perspective)
int getHPercent()
void setHPercent(int percent)
int getDepthPercent()
void setDepthPercent(int percent)
boolean isRightAngleAxes()
void setRightAngleAxes(boolean b)
int getBarOverlap()
void setBarOverlap(int overlap)
void setPlotOnlyVisibleCells(boolean plotOnlyVisibleCells)
boolean isPlotOnlyVisibleCells()
Copyright © 2020. All rights reserved.