Class BubbleSeries
Bubble chart series for plotting X/Y points with variable-sized markers that encode a third value.
Inherited Members
Namespace: Telerik.Windows.Documents.Model.Drawing.Charts
Assembly: Telerik.Windows.Documents.Core.dll
Syntax
public class BubbleSeries : PointSeriesBase
Constructors
BubbleSeries()
Initializes a bubble series that plots points by X/Y with marker area proportional to a third numeric metric.
Declaration
public BubbleSeries()
Properties
BubbleSizes
Gets or sets the data that controls bubble marker size for each point, typically numeric values mapped to area.
Declaration
public IChartData BubbleSizes { get; set; }
Property Value
|
IChartData
|
SeriesType
Identifies the series as a Bubble type for XY plotting with size encoding.
Declaration
public override SeriesType SeriesType { get; }
Property Value
|
SeriesType
|