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 |
---|---|
ChartGrouping |
LineChart.getGrouping()
Gets the chart grouping.
|
ChartGrouping |
ColumnChart.getGrouping()
Gets the chart grouping.
|
ChartGrouping |
BarChart.getGrouping()
Gets the chart grouping.
|
ChartGrouping |
AreaChart.getGrouping()
Gets the chart grouping.
|
static ChartGrouping |
ChartGrouping.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ChartGrouping[] |
ChartGrouping.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Optional<ChartGrouping> |
PieChart.getGroupingCore()
Deprecated.
This method is internal and should not be used.
|
Optional<ChartGrouping> |
LineChart.getGroupingCore()
Deprecated.
This method is internal and should not be used.
|
abstract Optional<ChartGrouping> |
ExcelChart.getGroupingCore()
Deprecated.
This method is internal and should not be used.
|
Optional<ChartGrouping> |
ColumnChart.getGroupingCore()
Deprecated.
This method is internal and should not be used.
|
Optional<ChartGrouping> |
BarChart.getGroupingCore()
Deprecated.
This method is internal and should not be used.
|
Optional<ChartGrouping> |
AreaChart.getGroupingCore()
Deprecated.
This method is internal and should not be used.
|
Modifier and Type | Method and Description |
---|---|
<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.
|
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.
|
void |
LineChart.setGrouping(ChartGrouping value)
Sets the chart grouping.
|
void |
ColumnChart.setGrouping(ChartGrouping grouping)
Sets the chart grouping.
|
void |
BarChart.setGrouping(ChartGrouping grouping)
Gets the chart grouping.
|
void |
AreaChart.setGrouping(ChartGrouping grouping)
Sets the chart grouping.
|
ExcelChart |
ExcelChart.setGroupingCore(ChartGrouping chartGrouping)
Deprecated.
This method is internal and should not be used.
|
© GemBox d.o.o. — All rights reserved.