BubbleSeries
Class
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:
C#
public class BubbleSeries : PointSeriesBase
Inheritance: objectSeriesBasePointSeriesBaseBubbleSeries
Inherited Members
Constructors
Initializes a bubble series that plots points by X/Y with marker area proportional to a third numeric metric.
C#
public BubbleSeries()
Properties
Gets or sets the data that controls bubble marker size for each point, typically numeric values mapped to area.
C#
public IChartData BubbleSizes { get; set; }
Identifies the series as a Bubble type for XY plotting with size encoding.
C#
public override SeriesType SeriesType { get; }
Overrides: