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

Represents a single-value data point plotted by a funnel chart.

Definition

Constructors

Initializes a new instance of the FunnelDataPoint class.

C#
public FunnelDataPoint()

Initializes a new instance of the FunnelDataPoint class.

C#
public FunnelDataPoint(double value, string legendTitle)
Parameters:valuedouble

The value.

legendTitlestring

The legend title.

Initializes a new instance of the FunnelDataPoint class.

C#
public FunnelDataPoint(double value)
Parameters:valuedouble

The value.

Properties

Gets or sets the string that will be displayed in the legend for the point.

C#
public string LegendTitle { get; set; }

Gets the path that defines the shape of the segment.

C#
public GraphicsPath Path { get; }