Package | Description |
---|---|
com.gembox.spreadsheet.charts |
Contains types used to display series of numeric data in a graphical format.
|
Modifier and Type | Method and Description |
---|---|
ChartType |
PieChart.getChartType()
|
ChartType |
LineChart.getChartType()
|
abstract ChartType |
ExcelChart.getChartType()
Gets the
ChartType of this ExcelChart instance. |
ChartType |
ColumnChart.getChartType()
Gets the chart type for
ColumnChart which is COLUMN . |
ChartType |
BarChart.getChartType()
|
ChartType |
AreaChart.getChartType()
|
static ChartType |
ExcelChartCollection.getChartType(Class type)
Deprecated.
This method is internal and should not be used.
|
static ChartType |
ChartType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ChartType[] |
ChartType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Optional<ChartType> |
ChartSeries.getChartType()
Deprecated.
This method is internal and should not be used.
|
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.
|
© GemBox Ltd. — All rights reserved.