ClassFunnelRenderer
Class
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.ChartView.dll
Syntax:
cs-api-definition
public class FunnelRenderer : ChartRenderer, IChartRenderer
Inheritance: objectChartRendererFunnelRenderer
Implements:
Inherited Members
Constructors
Properties
Methods
Draw(object)
Draws the chart using the specified rendering context.
Declaration
cs-api-definition
public override void Draw(object context)
Parameters
context
The graphics context used for rendering operations.
Overrides
HitTest(int, int)
Performs hit testing to find the data point at the specified coordinates.
Initialize()
Initializes the renderer by setting up smart labels controller and calculating label positions if available.
Declaration
cs-api-definition
protected override void Initialize()
Overrides