public class PieChartModel extends ChartModel implements Serializable
Constructor and Description |
---|
PieChartModel() |
PieChartModel(Map<String,Number> data) |
Modifier and Type | Method and Description |
---|---|
void |
clear() |
Map<String,Number> |
getData() |
String |
getDataFormat() |
int |
getDiameter() |
int |
getSliceMargin() |
boolean |
isFill() |
boolean |
isShowDataLabels() |
void |
set(String category,
Number data) |
void |
setData(Map<String,Number> data) |
void |
setDataFormat(String dataFormat) |
void |
setDiameter(int diameter) |
void |
setFill(boolean fill) |
void |
setShowDataLabels(boolean showDataLabels) |
void |
setSliceMargin(int sliceMargin) |
getExtender, getLegendCols, getLegendPlacement, getLegendPosition, getLegendRows, getNegativeSeriesColors, getSeriesColors, getTitle, isMouseoverHighlight, isShadow, setExtender, setLegendCols, setLegendPlacement, setLegendPosition, setLegendRows, setMouseoverHighlight, setNegativeSeriesColors, setSeriesColors, setShadow, setTitle
public void clear()
public int getDiameter()
public void setDiameter(int diameter)
public int getSliceMargin()
public void setSliceMargin(int sliceMargin)
public boolean isFill()
public void setFill(boolean fill)
public boolean isShowDataLabels()
public void setShowDataLabels(boolean showDataLabels)
public String getDataFormat()
public void setDataFormat(String dataFormat)
Copyright © 2014. All rights reserved.