Package | Description |
---|---|
com.gembox.spreadsheet.charts |
Contains types used to display series of numeric data in a graphical format.
|
Modifier and Type | Class and Description |
---|---|
class |
AreaChart
Represents a chart whose series values are drawn using filled areas.
|
class |
BarChart
Represents a chart whose series values are drawn using horizontal rectangles.
|
class |
ColumnChart
Represents a chart whose series values are drawn using vertical rectangles.
|
class |
LineChart
Represents a chart whose series values are drawn using lines.
|
class |
PieChart
Represents a chart whose single series values are drawn as filled arcs in a pie-like form.
|
Modifier and Type | Method and Description |
---|---|
<T extends ExcelChart> |
ExcelChartCollection.add(AnchorCell positionFrom,
AnchorCell positionTo,
Class<T> classType)
Adds a new chart to the worksheet which moves and sizes with cells.
|
<T extends ExcelChart> |
ExcelChartCollection.add(AnchorCell positionFrom,
double width,
double height,
LengthUnit unit,
Class<T> classType)
Adds a new chart to the worksheet which moves but doesn't size with cells.
|
<T extends ExcelChart> |
ExcelChartCollection.add(ChartGrouping chartGrouping,
AnchorCell positionFrom,
AnchorCell positionTo,
Class<T> classType)
Adds a new chart to the worksheet which moves and sizes with cells.
|
<T extends ExcelChart> |
ExcelChartCollection.add(ChartGrouping chartGrouping,
AnchorCell positionFrom,
double width,
double height,
LengthUnit unit,
Class<T> classType)
Adds a new chart to the worksheet which moves but doesn't size with cells.
|
<T extends ExcelChart> |
ExcelChartCollection.add(ChartGrouping chartGrouping,
double left,
double top,
double width,
double height,
LengthUnit unit,
Class<T> classType)
Adds a new chart to the worksheet which doesn't move nor sizes with cells.
|
<T extends ExcelChart> |
ExcelChartCollection.add(ChartGrouping chartGrouping,
String positionFromCell,
double width,
double height,
LengthUnit unit,
Class<T> classType)
Adds a new chart to the worksheet which moves but doesn't size with cells.
|
<T extends ExcelChart> |
ExcelChartCollection.add(ChartGrouping chartGrouping,
String positionFromCell,
String positionToCell,
Class<T> classType)
Adds a new chart to the worksheet which moves and sizes with cells.
|
<T extends ExcelChart> |
ExcelChartCollection.add(double left,
double top,
double width,
double height,
LengthUnit unit,
Class<T> classType)
Adds a new chart to the worksheet which doesn't move nor sizes with cells.
|
<T extends ExcelChart> |
ExcelChartCollection.add(String positionFromCell,
double width,
double height,
LengthUnit unit,
Class<T> classType)
Adds a new chart to the worksheet which moves but doesn't size with cells.
|
<T extends ExcelChart> |
ExcelChartCollection.add(String positionFromCell,
String positionToCell,
Class<T> classType)
Adds a new chart to the worksheet which moves and sizes with cells.
|
<TChart extends ExcelChart> |
ExcelChart.changeChartType(Class<TChart> classType)
Changes the chart to a different type of chart.
|
<T extends ExcelChart> |
ExcelChartCollection.getChart(int index)
Gets the chart at the specified index and casts it to the specified chart subtype deriving from
ExcelChart . |
Modifier and Type | Method and Description |
---|---|
ExcelChart |
ExcelChartCollection.add(ChartType chartType,
AnchorCell positionFrom,
AnchorCell positionTo)
Adds a new chart to the worksheet which moves and sizes with cells.
|
ExcelChart |
ExcelChartCollection.add(ChartType chartType,
AnchorCell positionFrom,
double width,
double height,
LengthUnit unit)
Adds a new chart to the worksheet which moves but doesn't size with cells.
|
ExcelChart |
ExcelChartCollection.add(ChartType chartType,
ChartGrouping chartGrouping,
AnchorCell positionFrom,
AnchorCell positionTo)
Adds a new chart to the worksheet which moves and sizes with cells.
|
ExcelChart |
ExcelChartCollection.add(ChartType chartType,
ChartGrouping chartGrouping,
AnchorCell positionFrom,
double width,
double height,
LengthUnit unit)
Adds a new chart to the worksheet which moves but doesn't size with cells.
|
ExcelChart |
ExcelChartCollection.add(ChartType chartType,
ChartGrouping chartGrouping,
double left,
double top,
double width,
double height,
LengthUnit unit)
Adds a new chart to the worksheet which doesn't move nor sizes with cells.
|
ExcelChart |
ExcelChartCollection.add(ChartType chartType,
ChartGrouping chartGrouping,
String positionFromCell,
double width,
double height,
LengthUnit unit)
Adds a new chart to the worksheet which moves but doesn't size with cells.
|
ExcelChart |
ExcelChartCollection.add(ChartType chartType,
ChartGrouping chartGrouping,
String positionFromCell,
String positionToCell)
Adds a new chart to the worksheet which moves and sizes with cells.
|
ExcelChart |
ExcelChartCollection.add(ChartType chartType,
double left,
double top,
double width,
double height,
LengthUnit unit)
Adds a new chart to the worksheet which doesn't move nor sizes with cells.
|
ExcelChart |
ExcelChartCollection.add(ChartType chartType,
String positionFromCell,
double width,
double height,
LengthUnit unit)
Adds a new chart to the worksheet which moves but doesn't size with cells.
|
ExcelChart |
ExcelChartCollection.add(ChartType chartType,
String positionFromCell,
String positionToCell)
Adds a new chart to the worksheet which moves and sizes with cells.
|
ExcelChart |
ExcelChart.changeChartType(ChartType chartType)
Changes the chart to a different type of chart.
|
static ExcelChart |
ExcelChartCollection.createChart(ChartType chartType)
Deprecated.
This method is internal and should not be used.
|
ExcelChart |
ChartSeriesCollection.getParent()
Deprecated.
This method is internal and should not be used.
|
ExcelChart |
ChartLegend.getParent()
Deprecated.
This method is internal and should not be used.
|
ExcelChart |
ExcelChart.setGroupingCore(ChartGrouping chartGrouping)
Deprecated.
This method is internal and should not be used.
|
Modifier and Type | Method and Description |
---|---|
void |
ChartLegend.setParent(ExcelChart value)
Deprecated.
This method is internal and should not be used.
|
© GemBox Ltd. — All rights reserved.