Class
BubbleSeries

Bubble chart series for plotting X/Y points with variable-sized markers that encode a third value.

Definition

Namespace:Telerik.Windows.Documents.Model.Drawing.Charts

Assembly:Telerik.Windows.Documents.Core.dll

Syntax:

cs-api-definition
public class BubbleSeries : PointSeriesBase

Inheritance: objectSeriesBasePointSeriesBaseBubbleSeries

Inherited Members PointSeriesBase.XValuesPointSeriesBase.YValuesSeriesBase.Clone()SeriesBase.TitleSeriesBase.OutlineSeriesBase.Fill

Constructors

BubbleSeries()

Initializes a bubble series that plots points by X/Y with marker area proportional to a third numeric metric.

Declaration

cs-api-definition
public BubbleSeries()

Properties

BubbleSizes

Gets or sets the data that controls bubble marker size for each point, typically numeric values mapped to area.

Declaration

cs-api-definition
public IChartData BubbleSizes { get; set; }

Property Value

IChartData

SeriesType

Identifies the series as a Bubble type for XY plotting with size encoding.

Declaration

cs-api-definition
public override SeriesType SeriesType { get; }

Property Value

SeriesType

Overrides SeriesBase.SeriesType