public class PieMarks extends TeeBase
Title: PieMarks class
Description: Customized pie series marks with additional properties.
Copyright (c) 2005-2019 by Steema Software SL. All Rights Reserved.
Company: Steema Software SL
Modifier and Type | Class and Description |
---|---|
static class |
PieMarks.MarksRotateStyle |
chart, InternalUse
Constructor and Description |
---|
PieMarks(IBaseChart c,
Series s) |
Modifier and Type | Method and Description |
---|---|
boolean |
getInsideSlice() |
int |
getLegSize() |
boolean |
getRotated() |
PieMarks.MarksRotateStyle |
getRotateStyle() |
boolean |
getVertCenter() |
void |
setInsideSlice(boolean value) |
void |
setLegSize(int value) |
void |
setRotated(boolean value) |
void |
setRotateStyle(PieMarks.MarksRotateStyle value) |
void |
setVertCenter(boolean value) |
getChart, invalidate, setBooleanProperty, setChart, setColorProperty, setDoubleProperty, setIntegerProperty, setStringProperty
public PieMarks(IBaseChart c, Series s)
public boolean getVertCenter()
public void setVertCenter(boolean value)
public int getLegSize()
public void setLegSize(int value)
public boolean getInsideSlice()
public void setInsideSlice(boolean value)
public boolean getRotated()
public void setRotated(boolean value)
public PieMarks.MarksRotateStyle getRotateStyle()
public void setRotateStyle(PieMarks.MarksRotateStyle value)