| Package | Description |
|---|---|
| org.chartistjsf.model.chart |
| Modifier and Type | Method and Description |
|---|---|
LabelDirection |
PieChartModel.getLabelDirection()
Label direction can be 'neutral', 'explode' or 'implode'.
|
static LabelDirection |
LabelDirection.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LabelDirection[] |
LabelDirection.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PieChartModel.setLabelDirection(LabelDirection labelDirection)
Label direction can be 'neutral', 'explode' or 'implode'.
|
Copyright © 2016. All rights reserved.