New to Telerik UI for WinFormsStart a free 30-day trial

Definition

Constructors

Initializes a new instance of the BubbleSeriesDrawPart class.

C#
public BubbleSeriesDrawPart(BubbleSeries series, IChartRenderer renderer)
Parameters:seriesBubbleSeries

The series.

rendererIChartRenderer

The renderer.

Methods

Draws the points.

C#
protected override void DrawPoints()

Overrides: ChartPointSeriesDrawPart.DrawPoints()

Gets the DataPoint that hits the location.

C#
public override DataPoint HitTest(Point location)
Parameters:locationPoint

The location.

Returns:

DataPoint

Overrides: ScatterSeriesDrawPart.HitTest(Point)