BubbleChartSpec
class BubbleChartSpec extends Model (View source)
Properties
protected | $bubbleBorderColorType | ||
protected | $bubbleBorderColorDataType | ||
protected | $bubbleBorderColorStyleType | ||
protected | $bubbleBorderColorStyleDataType | ||
protected | $bubbleLabelsType | ||
protected | $bubbleLabelsDataType | ||
int | $bubbleMaxRadiusSize | ||
int | $bubbleMinRadiusSize | ||
float | $bubbleOpacity | ||
protected | $bubbleSizesType | ||
protected | $bubbleSizesDataType | ||
protected | $bubbleTextStyleType | ||
protected | $bubbleTextStyleDataType | ||
protected | $domainType | ||
protected | $domainDataType | ||
protected | $groupIdsType | ||
protected | $groupIdsDataType | ||
string | $legendPosition | ||
protected | $seriesType | ||
protected | $seriesDataType |
Methods
getBubbleBorderColor()
No description
getBubbleBorderColorStyle()
No description
getBubbleLabels()
No description
setBubbleMaxRadiusSize($bubbleMaxRadiusSize)
No description
int
getBubbleMaxRadiusSize()
No description
setBubbleMinRadiusSize($bubbleMinRadiusSize)
No description
int
getBubbleMinRadiusSize()
No description
setBubbleOpacity($bubbleOpacity)
No description
float
getBubbleOpacity()
No description
getBubbleSizes()
No description
getBubbleTextStyle()
No description
getGroupIds()
No description
setLegendPosition($legendPosition)
No description
string
getLegendPosition()
No description
Details
setBubbleBorderColor(Color $bubbleBorderColor)
No description
Color
getBubbleBorderColor()
No description
setBubbleBorderColorStyle(ColorStyle $bubbleBorderColorStyle)
No description
ColorStyle
getBubbleBorderColorStyle()
No description
setBubbleLabels(ChartData $bubbleLabels)
No description
ChartData
getBubbleLabels()
No description
setBubbleMaxRadiusSize($bubbleMaxRadiusSize)
No description
int
getBubbleMaxRadiusSize()
No description
setBubbleMinRadiusSize($bubbleMinRadiusSize)
No description
int
getBubbleMinRadiusSize()
No description
setBubbleOpacity($bubbleOpacity)
No description
float
getBubbleOpacity()
No description
setBubbleSizes(ChartData $bubbleSizes)
No description
ChartData
getBubbleSizes()
No description
setBubbleTextStyle(TextFormat $bubbleTextStyle)
No description
TextFormat
getBubbleTextStyle()
No description
setDomain(ChartData $domain)
No description
ChartData
getDomain()
No description
setGroupIds(ChartData $groupIds)
No description
ChartData
getGroupIds()
No description
setLegendPosition($legendPosition)
No description
string
getLegendPosition()
No description
setSeries(ChartData $series)
No description
ChartData
getSeries()
No description