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 |
CategoryAxis
Represents an axis used for categories.
|
class |
DateAxis
Represents an axis used for categories which are dates / times.
|
class |
ValueAxis
Represents an axis used for series values.
|
Modifier and Type | Method and Description |
---|---|
<TChartAxis extends ChartAxis> |
ChartAxis.changeAxisType(Class<TChartAxis> classType)
Changes the type of the axis.
|
Modifier and Type | Method and Description |
---|---|
ChartAxis |
ChartAxis.changeAxisType(AxisType axisType)
Changes the type of the axis.
|
ChartAxis |
ChartAxis.clone()
Deprecated.
This method is internal and should not be used.
|
ChartAxis |
ExcelChart.getFirstAxis()
Deprecated.
This method is internal and should not be used.
|
ChartAxis |
BarChart.getFirstAxis()
Deprecated.
This method is internal and should not be used.
|
ChartAxis |
ChartAxes.getHorizontal()
Gets the horizontal chart axis.
|
ChartAxis |
ChartAxes.getOther(ChartAxis axis)
Deprecated.
This method is internal and should not be used.
|
ChartAxis |
AxisGridlines.getParent()
Deprecated.
This method is internal and should not be used.
|
ChartAxis |
ExcelChart.getSecondAxis()
Deprecated.
This method is internal and should not be used.
|
ChartAxis |
BarChart.getSecondAxis()
Deprecated.
This method is internal and should not be used.
|
ChartAxis |
ChartAxes.getVertical()
Gets the vertical chart axis.
|
Modifier and Type | Method and Description |
---|---|
void |
ChartAxes.changeAxis(ChartAxis oldAxis,
ChartAxis newAxis)
Deprecated.
This method is internal and should not be used.
|
void |
ChartAxes.delete(ChartAxis axis)
Deprecated.
This method is internal and should not be used.
|
ChartAxis |
ChartAxes.getOther(ChartAxis axis)
Deprecated.
This method is internal and should not be used.
|
boolean |
ExcelChart.isHorizontalAxis(ChartAxis axis)
Deprecated.
This method is internal and should not be used.
|
void |
ExcelChart.setFirstAxis(ChartAxis value)
Deprecated.
This method is internal and should not be used.
|
void |
BarChart.setFirstAxis(ChartAxis value)
Deprecated.
This method is internal and should not be used.
|
void |
ChartAxes.setHorizontal(ChartAxis value)
Deprecated.
This method is internal and should not be used.
|
void |
AxisGridlines.setParent(ChartAxis value)
Deprecated.
This method is internal and should not be used.
|
void |
ExcelChart.setSecondAxis(ChartAxis value)
Deprecated.
This method is internal and should not be used.
|
void |
BarChart.setSecondAxis(ChartAxis value)
Deprecated.
This method is internal and should not be used.
|
© GemBox d.o.o. — All rights reserved.