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

Definition

Constructors

C#
public FunnelSeriesDrawPart(FunnelSeries series, IChartRenderer renderer)
Parameters:seriesFunnelSeriesrendererIChartRenderer

Properties

Gets the point paths.

C#
public Dictionary<FunnelDataPoint, GraphicsPath> PointPaths { get; }
Property Value:

The point paths.

Methods

Draws the series parts.

C#
public override void DrawSeriesParts()

Overrides: ChartSeriesDrawPart.DrawSeriesParts()

Gets the DataPoint that hits the location.

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

The location.

Returns:

DataPoint

Overrides: DrawPart<ChartSeries>.HitTest(Point)