Class BubbleSeries
Inheritance
Inherited Members
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
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.
Declaration
public bool AutoScale { get; set; }
Property Value
|
System.Boolean
|
AutoScaleMaxWidth
Gets or sets the maximum size in pixels of a single bubble when AutoScale is true.
Declaration
public int AutoScaleMaxWidth { get; set; }
Property Value
|
System.Int32
|
Model
Gets the model.
Declaration
public override ChartSeriesModel Model { get; }
Property Value
|
ChartSeriesModel
The model. |
Overrides
Scale
Gets or sets a fixed scale for the relation between the size of the bubbles and their value.
Declaration
public double Scale { get; set; }
Property Value
|
System.Double
|
Methods
BindMembers()
Binds the members.
Declaration
protected override void BindMembers()
Overrides
CreateDefaultDataPoint()
Creates the default data point.
Declaration
protected override DataPoint CreateDefaultDataPoint()
Returns
|
DataPoint
|
Overrides
CreateModel()
Creates the model.
Declaration
protected override ChartDataPointCollection CreateModel()
Returns
|
ChartDataPointCollection
|
Overrides
CreatePointElement(DataPoint)
Creates the point element.
Declaration
protected override DataPointElement CreatePointElement(DataPoint point)
Parameters
|
DataPoint
point
The point. |
Returns
|
DataPointElement
|
Overrides
ValidatePoint(DataPoint)
Validates the point.
Declaration
protected override void ValidatePoint(DataPoint item)
Parameters
|
DataPoint
item
The item. |