ClassBubbleSeries
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.ChartView.dll
Syntax:
public class BubbleSeries : ScatterSeries, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor, IStylableElement, IStylableNode, IFillElement, IBorderElement, IBoxStyle, IBoxElement, IShapedElement, IChartSeries, IChartElementPresenter, IAxisProvider
Inheritance: objectDisposableObjectRadObjectUIChartElementChartSeriesCartesianSeriesCartesianPointSeriesScatterSeriesBubbleSeries
Implements:
Inherited Members
Constructors
BubbleSeries()
Declaration
public BubbleSeries()
Properties
AutoScale
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.
AutoScaleMaxWidth
Gets or sets the maximum size in pixels of a single bubble when AutoScale is true.
Model
Gets the model.
Declaration
public override ChartSeriesModel Model { get; }
Property Value
The model.
Overrides
Methods
BindMembers()
Binds the members.
Declaration
protected override void BindMembers()
Overrides
CreateDefaultDataPoint()
Creates the default data point.
Declaration
protected override DataPoint CreateDefaultDataPoint()
Returns
Overrides
CreateModel()
Creates the model.
Declaration
protected override ChartDataPointCollection CreateModel()
Returns
Overrides
CreatePointElement(DataPoint)
Creates the point element.
Declaration
protected override DataPointElement CreatePointElement(DataPoint point)
Parameters
point
The point.
Returns
Overrides
ValidatePoint(DataPoint)
Validates the point.
Declaration
protected override void ValidatePoint(DataPoint item)
Parameters
item
The item.
Overrides