|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.stimulsoft.base.serializing.StiSerializedObject
com.stimulsoft.base.services.StiService
com.stimulsoft.report.chart.view.series.StiSeries
com.stimulsoft.report.chart.view.series.clusteredColumn.StiClusteredColumnSeries
public class StiClusteredColumnSeries
Field Summary |
---|
Fields inherited from interface com.stimulsoft.base.serializing.interfaceobject.IStiSerializableRef |
---|
REFERENCE_EMPTY, REFERENCE_REPORT |
Constructor Summary | |
---|---|
StiClusteredColumnSeries()
|
Method Summary | |
---|---|
IStiClusteredColumnSeries |
clone()
Creates a new object that is a copy of the current instance. |
boolean |
getAllowApplyBrushNegative()
Gets or sets a value which indicates that the specific brush for filling negative values will be used. |
StiColor |
getBorderColor()
Gets or sets border color of series bar. |
StiBrush |
getBrush()
Gets or sets brush which will used to fill bar area. |
StiBrush |
getBrushNegative()
Gets or sets a brush which will be used to fill negative values. |
java.lang.Class |
GetDefaultAreaType()
|
boolean |
getShowZeros()
Gets or sets value which indicates whether it is necessary to show the series element, if the series value of this column is 0. |
float |
getWidth()
Gets or sets the width factor of one bar series. |
void |
LoadFromJsonObject(JSONObject jObject)
|
JSONObject |
SaveToJsonObject(StiJsonSaveMode mode)
|
void |
setAllowApplyBrushNegative(boolean value)
|
void |
setBorderColor(StiColor value)
|
void |
setBrush(StiBrush value)
|
void |
setBrushNegative(StiBrush value)
|
void |
setShowZeros(boolean value)
|
void |
setWidth(float value)
|
Methods inherited from class com.stimulsoft.base.services.StiService |
---|
getProperties, getServiceEnabled, getServiceInfo, isPropertyPresent, MemberwiseClone, packService, properties, setProperties, setServiceEnabled |
Methods inherited from class com.stimulsoft.base.serializing.StiSerializedObject |
---|
cleanReference, getReference, setReference |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface com.stimulsoft.report.chart.interfaces.series.IStiSeries |
---|
getAllowApplyStyle, getArguments, getChart, getConditions, getCore, getCoreTitle, 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, setYAxis |
Constructor Detail |
---|
public StiClusteredColumnSeries()
Method Detail |
---|
public IStiClusteredColumnSeries clone()
clone
in interface IStiSeries
clone
in class StiSeries
public java.lang.Class GetDefaultAreaType()
GetDefaultAreaType
in interface IStiSeries
GetDefaultAreaType
in class StiSeries
public boolean getShowZeros()
getShowZeros
in interface IStiClusteredColumnSeries
public void setShowZeros(boolean value)
setShowZeros
in interface IStiClusteredColumnSeries
public final float getWidth()
getWidth
in interface IStiClusteredColumnSeries
public final void setWidth(float value)
setWidth
in interface IStiClusteredColumnSeries
public final StiColor getBorderColor()
getBorderColor
in interface IStiClusteredColumnSeries
public final void setBorderColor(StiColor value)
setBorderColor
in interface IStiClusteredColumnSeries
public final StiBrush getBrush()
getBrush
in interface IStiClusteredColumnSeries
public final void setBrush(StiBrush value)
setBrush
in interface IStiClusteredColumnSeries
public StiBrush getBrushNegative()
getBrushNegative
in interface IStiClusteredColumnSeries
public void setBrushNegative(StiBrush value)
setBrushNegative
in interface IStiClusteredColumnSeries
public boolean getAllowApplyBrushNegative()
getAllowApplyBrushNegative
in interface IStiClusteredColumnSeries
public void setAllowApplyBrushNegative(boolean value)
setAllowApplyBrushNegative
in interface IStiClusteredColumnSeries
public JSONObject SaveToJsonObject(StiJsonSaveMode mode) throws JSONException
SaveToJsonObject
in interface IStiJsonReportObject
SaveToJsonObject
in class StiSeries
JSONException
public void LoadFromJsonObject(JSONObject jObject) throws JSONException
LoadFromJsonObject
in interface IStiJsonReportObject
LoadFromJsonObject
in class StiSeries
JSONException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |