Package | Description |
---|---|
com.gembox.spreadsheet.charts |
Contains types used to display series of numeric data in a graphical format.
|
Modifier and Type | Field and Description |
---|---|
static DataLabelPosition[] |
BarChart.supportedDataLabelPositions
Deprecated.
This method is internal and should not be used.
|
Modifier and Type | Method and Description |
---|---|
DataLabelPosition |
ExcelChart.getLabelPosition()
Deprecated.
This method is internal and should not be used.
|
DataLabelPosition |
ChartSeries.getLabelPosition()
Deprecated.
This method is internal and should not be used.
|
DataLabelPosition |
ChartDataLabels.getLabelPosition()
Gets the position of the data label.
|
static DataLabelPosition |
DataLabelPosition.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DataLabelPosition[] |
DataLabelPosition.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
ExcelChart.setLabelPosition(DataLabelPosition value)
Deprecated.
This method is internal and should not be used.
|
void |
ChartSeries.setLabelPosition(DataLabelPosition value)
Deprecated.
This method is internal and should not be used.
|
void |
ChartDataLabels.setLabelPosition(DataLabelPosition labelPosition)
Sets the position of the data label.
|
void |
ChartDataLabels.show(DataLabelPosition labelPosition)
Shows the value in the data label at the specified position.
|
© GemBox d.o.o. — All rights reserved.