com.stimulsoft.report.chart.interfaces.series.bubble
Interface IStiBubbleSeries

All Superinterfaces:
java.lang.Cloneable, IStiBaseLineSeries, IStiJsonReportObject, IStiScatterSeries, IStiSeries
All Known Implementing Classes:
StiBubbleSeries

public interface IStiBubbleSeries
extends IStiScatterSeries


Method Summary
 StiColor getBorderColor()
           
 StiBrush getBrush()
           
 java.util.ArrayList<java.lang.Double> getWeights()
           
 void setBorderColor(StiColor value)
           
 void setBrush(StiBrush value)
           
 void setWeights(java.util.ArrayList<java.lang.Double> value)
           
 
Methods inherited from interface com.stimulsoft.report.chart.interfaces.series.clusteredColumn.IStiBaseLineSeries
getAllowApplyColorNegative, getLabelsOffset, getLighting, getLineColor, getLineColorNegative, getLineMarker, getLineStyle, getLineWidth, getMarker, getShowNulls, setAllowApplyColorNegative, setLabelsOffset, setLighting, setLineColor, setLineColorNegative, setLineMarker, setLineStyle, setLineWidth, setMarker, setShowNulls
 
Methods inherited from interface com.stimulsoft.report.chart.interfaces.series.IStiSeries
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, setYAxis
 
Methods inherited from interface com.stimulsoft.base.IStiJsonReportObject
LoadFromJsonObject, SaveToJsonObject
 

Method Detail

getWeights

java.util.ArrayList<java.lang.Double> getWeights()

setWeights

void setWeights(java.util.ArrayList<java.lang.Double> value)

getBorderColor

StiColor getBorderColor()

setBorderColor

void setBorderColor(StiColor value)

getBrush

StiBrush getBrush()

setBrush

void setBrush(StiBrush value)