Options
All
  • Public
  • Public/Protected
  • All
Menu

Class BubbleSeries

Represents a categorical bubble series. This type of chart series uses 3 parameters from the business entity to visualize the data points - category, Y-value and size of the bubble.

Hierarchy

Index

Properties

android

android: any

bubbleScale

bubbleScale: number

Gets or sets the size-scale applied to each data point to adjust the bubble size.

bubbleSizeProperty

bubbleSizeProperty: string

Gets or sets the name of the property on the business entity used to determine the size of each bubble.

categoryProperty

categoryProperty: string

Gets or sets the name of the property which returns the value used for plotting the data object on a categorical axis.

horizontalAxis

horizontalAxis: CartesianAxis

Gets or sets the horizontal axis associated with the this series.

ios

ios: any

items

items: any

Gets or sets a collection of objects used to initialize the series.

labelStyle

labelStyle: PointLabelStyle

Gets or sets the label style customized with properties of PointLabelStyle class.

legendTitle

legendTitle: string

Gets or sets a title for this series which will be used in the legend.

selectionMode

selectionMode: string

Gets or sets the selection mode of series. Use values exported from SeriesSelectionMode.

seriesName

seriesName: string

Gets or sets name of the series. This 'name' is used when applying the 'palettes' of the Chart.

showLabels

showLabels: boolean

Gets or sets the hidden state of labels.

stackMode

stackMode: string

Gets or sets the mode in which the series are stacked in case multiple series are defined in the chart.

valueProperty

valueProperty: string

Gets or sets the name of the property on the business entity which will be used to plot it on the provided axis.

verticalAxis

verticalAxis: CartesianAxis

Gets or sets the vertical axis associated with the this series.

Static bubbleScaleProperty

bubbleScaleProperty: Property

Identifies the bubbleScale dependency property.

Static bubbleSizePropertyProperty

bubbleSizePropertyProperty: Property

Identifies the {@link bubbleSizePropertyName} dependency property.

Static categoryPropertyProperty

categoryPropertyProperty: Property

Identifies the categoryProperty dependency property.

Static horizontalAxisProperty

horizontalAxisProperty: Property

Identifies the horizontalAxis dependency property.

Static itemsProperty

itemsProperty: Property

Identifies the items dependency property.

Static labelStyleProperty

labelStyleProperty: Property

Identifies the labelStyle dependency property.

Static legendTitleProperty

legendTitleProperty: Property

Identifies the legendTitle dependency property.

Static selectionModeProperty

selectionModeProperty: Property

Identifies the selectionMode dependency property.

Static showLabelsProperty

showLabelsProperty: Property

Identifies the showLabels dependency property.

Static stackModeProperty

stackModeProperty: Property

Identifies the stackMode dependency property.

Static valueProperty

valueProperty: Property

Identifies the value dependency property.

Static verticalAxisProperty

verticalAxisProperty: Property

Identifies the verticalAxis dependency property.

Generated using TypeDoc