ClassFunnelSeriesDrawPart
Class
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.ChartView.dll
Syntax:
cs-api-definition
public class FunnelSeriesDrawPart : ChartSeriesDrawPart, IDrawPart
Inheritance: objectDrawPart<ChartSeries>ChartSeriesDrawPartFunnelSeriesDrawPart
Implements:
Inherited Members
Constructors
FunnelSeriesDrawPart(FunnelSeries, IChartRenderer)
Declaration
cs-api-definition
public FunnelSeriesDrawPart(FunnelSeries series, IChartRenderer renderer)
Parameters
series
renderer
Properties
PointPaths
Gets the point paths.
Declaration
cs-api-definition
public Dictionary<FunnelDataPoint, GraphicsPath> PointPaths { get; }
Property Value
Dictionary<FunnelDataPoint, GraphicsPath>
The point paths.
Methods
DrawSeriesParts()
Draws the series parts.
Declaration
cs-api-definition
public override void DrawSeriesParts()
Overrides
HitTest(Point)
Gets the DataPoint that hits the location.