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 |
---|---|
ChartLegendPosition |
ChartLegend.getPosition()
Gets the legend position.
|
static ChartLegendPosition |
ChartLegendPosition.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ChartLegendPosition[] |
ChartLegendPosition.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
ChartLegend.setPosition(ChartLegendPosition position)
Sets the legend position.
|
© GemBox Ltd. — All rights reserved.