Class
FunnelDataPoint

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

Definition

Namespace:Telerik.Charting

Assembly:Telerik.WinControls.ChartView.dll

Syntax:

cs-api-definition
public class FunnelDataPoint : SingleValueDataPoint, IDisposable, INotifyPropertyChanged

Inheritance: objectDisposableObjectPropertyBagObjectChartNodeDataPointSingleValueDataPointFunnelDataPoint

Implements: IDisposableINotifyPropertyChanged

Inherited Members SingleValueDataPoint.ValueDataPoint.GetBoundValue<T>(int)DataPoint.SetBoundValue(int, object)DataPoint.InitBoundValues()DataPoint.SetDataItem(object)DataPoint.ContainsBoundValue(int)DataPoint.LabelDataPoint.DataItemDataPoint.IsSelectedDataPoint.IsInPlotRangeChartNode.Arrange(RadRect, bool)ChartNode.Invalidate()ChartNode.SetValueCore(int, object)ChartNode.ClearValueCore(int)ChartNode.IsArrangeValidChartNode.NodeStateChartNode.IndexChartNode.CollectionIndexChartNode.IsTreeLoadedChartNode.LayoutSlotChartNode.ParentChartNode.PresenterChartNode.PropertyChangedPropertyBagObject.IsLocalValue(int)PropertyBagObject.GetValue(int)PropertyBagObject.SetValue(int, object)PropertyBagObject.ClearValue(int)PropertyBagObject.GetTypedValue<T>(int, T)PropertyBagObject.DisposeManagedResources()PropertyBagObject.PropertyStoreDisposableObject.Dispose()DisposableObject.DisposeUnmanagedResources()DisposableObject.IsDisposingDisposableObject.IsDisposedDisposableObject.EventsDisposableObject.DisposingDisposableObject.Disposed

Constructors

FunnelDataPoint()

Initializes a new instance of the FunnelDataPoint class.

Declaration

cs-api-definition
public FunnelDataPoint()

FunnelDataPoint(double)

Initializes a new instance of the FunnelDataPoint class.

Declaration

cs-api-definition
public FunnelDataPoint(double value)

Parameters

value

double

The value.

FunnelDataPoint(double, string)

Initializes a new instance of the FunnelDataPoint class.

Declaration

cs-api-definition
public FunnelDataPoint(double value, string legendTitle)

Parameters

value

double

The value.

legendTitle

string

The legend title.

Properties

LegendTitle

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

Declaration

cs-api-definition
public string LegendTitle { get; set; }

Property Value

string

Path

Gets the path that defines the shape of the segment.

Declaration

cs-api-definition
public GraphicsPath Path { get; }

Property Value

GraphicsPath