Package | Description |
---|---|
com.steema.teechart.tools |
Modifier and Type | Field and Description |
---|---|
static PieToolStyle |
PieToolStyle.EXPLODE
Explodes and un-explodes the focused slice.
|
static PieToolStyle |
PieToolStyle.FOCUS
Draws a border around the focused pie slice.
|
Modifier and Type | Method and Description |
---|---|
PieToolStyle |
PieTool.getStyle()
Makes the pie tool draw a border around the focused pie slice.
Set Style to Explode to explode and un-explode the focused slice. Default value: PieToolStyle.Focus |
Modifier and Type | Method and Description |
---|---|
void |
PieTool.setStyle(PieToolStyle value)
Makes the pie tool draw a border around the focused pie slice.
Default value: PieToolStyle.Focus |