| Package | Description |
|---|---|
| com.grapecity.documents.excel.drawing |
| Modifier and Type | Method and Description |
|---|---|
ChartType |
IChart.getChartType()
Returns the chart type.
|
ChartType |
ISeries.getChartType()
Gets the chart type.
|
static ChartType |
ChartType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ChartType |
ChartType.valueOf(java.lang.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.
|
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 |
|---|---|
IShape |
IChart.addChart(ChartType chartType,
double left,
double top,
double width,
double height)
Creates a chart at the specified location on the chart.
|
IShape |
IShapes.addChart(ChartType chartType,
double left,
double top,
double width,
double height)
Creates a chart at the specified location on the active sheet.
|
IShape |
IShapes.addChart(java.lang.String name,
ChartType chartType,
double left,
double top,
double width,
double height)
Creates a chart at the specified location on the active sheet.
|
IShape |
IChart.addChartInPixel(ChartType chartType,
double left,
double top,
double width,
double height)
Creates a chart at the specified location on the chart.
|
IShape |
IShapes.addChartInPixel(ChartType chartType,
double left,
double top,
double width,
double height)
Creates a chart at the specified location on the active sheet.
|
IShape |
IShapes.addChartInPixel(java.lang.String name,
ChartType chartType,
double left,
double top,
double width,
double height)
Creates a chart at the specified location on the active sheet.
|
void |
IChart.setChartType(ChartType value)
Sets the chart type.
|
void |
ISeries.setChartType(ChartType value)
Sets the chart type.
|