ClassBubbleSeriesDrawPart
Class
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.ChartView.dll
Syntax:
cs-api-definition
public class BubbleSeriesDrawPart : ScatterSeriesDrawPart, IDrawPart
Inheritance: objectDrawPart<ChartSeries>ChartSeriesDrawPartChartPointSeriesDrawPartCartesianSeriesDrawPartScatterSeriesDrawPartBubbleSeriesDrawPart
Implements:
Inherited Members
Constructors
BubbleSeriesDrawPart(BubbleSeries, IChartRenderer)
Initializes a new instance of the BubbleSeriesDrawPart class.
Declaration
cs-api-definition
public BubbleSeriesDrawPart(BubbleSeries series, IChartRenderer renderer)
Parameters
series
The series.
renderer
The renderer.
Methods
DrawPoints()
Draws the points.
Declaration
cs-api-definition
protected override void DrawPoints()
Overrides
HitTest(Point)
Gets the DataPoint that hits the location.