BubbleSeries
Class
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.ChartView.dll
Syntax:
C#
public class BubbleSeries : ScatterSeries, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor, IStylableElement, IStylableNode, IFillElement, IBorderElement, IBoxStyle, IBoxElement, IShapedElement, IChartSeries, IChartElementPresenter, IAxisProvider
Inheritance: objectDisposableObjectRadObjectUIChartElementChartSeriesCartesianSeriesCartesianPointSeriesScatterSeriesBubbleSeries...
Implements:
Inherited Members
Constructors
C#
public BubbleSeries()
Properties
Defines whether the size of the bubbles is calculated automatically by the chart engine. If set to false bubble values are scaled using the Scale property.
C#
public bool AutoScale { get; set; }
Gets or sets the maximum size in pixels of a single bubble when AutoScale is true.
C#
public int AutoScaleMaxWidth { get; set; }
Gets the model.
C#
public override ChartSeriesModel Model { get; }
The model.
Overrides:
Methods
Binds the members.
C#
protected override void BindMembers()
Overrides:
Creates the default data point.
Creates the model.
C#
protected override ChartDataPointCollection CreateModel()
Overrides:
Creates the point element.
C#
protected override DataPointElement CreatePointElement(DataPoint point)
The point.
Returns:Overrides:
Validates the point.
C#
protected override void ValidatePoint(DataPoint item)
The item.
Overrides: