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

Definition

Constructors

Initializes a new instance of the BarSeriesDrawPart class.

C#
public BarSeriesDrawPart(BarSeries series, IChartRenderer renderer)
Parameters:seriesBarSeries

The series.

rendererIChartRenderer

The renderer.

Methods

Draws the series parts.

C#
public override void DrawSeriesParts()

Overrides: ChartSeriesDrawPart.DrawSeriesParts()

Returns the DataPoint that hits the location.

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

The location.

Returns:

DataPoint

Overrides: DrawPart<ChartSeries>.HitTest(Point)