public interface IStiPieSeries extends IStiSeries, IStiAllowApplyBrush
| Modifier and Type | Method and Description |
|---|---|
boolean |
getAllowApplyBorderColor() |
boolean |
getAllowApplyBrush() |
StiColor |
getBorderColor() |
StiBrush |
getBrush() |
java.util.ArrayList<java.lang.Double> |
getCutPieListValues() |
float |
getDiameter() |
float |
getDistance() |
boolean |
getLighting() |
float |
getStartAngle() |
void |
setAllowApplyBorderColor(boolean value) |
void |
setAllowApplyBrush(boolean value) |
void |
setBorderColor(StiColor value) |
void |
setBrush(StiBrush value) |
void |
setCutPieListValues(java.util.ArrayList<java.lang.Double> value) |
void |
setDiameter(float value) |
void |
setDistance(float value) |
void |
setLighting(boolean value) |
void |
setStartAngle(float value) |
clone, getAllowApplyStyle, getArguments, getChart, getConditions, getCore, getCoreTitle, GetDefaultAreaType, getFilters, getFormat, getHyperlinks, getInteraction, getSeriesLabels, getShowInLegend, getShowSeriesLabels, getShowShadow, getSortBy, getSortDirection, getTags, getToolTips, getTopN, getValues, getValuesStart, getYAxis, ProcessSeriesBrushes, ProcessSeriesColors, setAllowApplyStyle, setArguments, setChart, setConditions, setCore, setCoreTitle, setFilters, setFormat, setHyperlinks, setInteraction, setSeriesLabels, setShowInLegend, setShowSeriesLabels, setShowShadow, setSortBy, setSortDirection, setTags, setToolTips, setTopN, setValues, setYAxisLoadFromJsonObject, SaveToJsonObjectboolean getAllowApplyBrush()
getAllowApplyBrush in interface IStiAllowApplyBrushvoid setAllowApplyBrush(boolean value)
setAllowApplyBrush in interface IStiAllowApplyBrushboolean getAllowApplyBorderColor()
void setAllowApplyBorderColor(boolean value)
float getStartAngle()
void setStartAngle(float value)
StiColor getBorderColor()
void setBorderColor(StiColor value)
StiBrush getBrush()
void setBrush(StiBrush value)
boolean getLighting()
void setLighting(boolean value)
float getDiameter()
void setDiameter(float value)
float getDistance()
void setDistance(float value)
java.util.ArrayList<java.lang.Double> getCutPieListValues()
void setCutPieListValues(java.util.ArrayList<java.lang.Double> value)
Copyright © 2019 Stimulsoft. All Rights Reserved.