Package | Description |
---|---|
com.steema.teechart.styles |
Modifier and Type | Field and Description |
---|---|
static MultiPies |
MultiPies.AUTOMATIC
Multiple Pie series are displayed using an automatically
calculated chart space portion.
|
static MultiPies |
MultiPies.CONCENTRIC
Multiple Pie series are drawn concentric.
|
static MultiPies |
MultiPies.DISABLED
Multiple Pie series are displayed using custom manual ChartRect
positions, or overlapped.
|
Modifier and Type | Method and Description |
---|---|
MultiPies |
Pie.getMultiPie()
Gets the MultiPie value.
|
Modifier and Type | Method and Description |
---|---|
void |
Pie.setMultiPie(MultiPies value)
Sets the MultiPie value.
|