Class Funnel3D
Represents a funnel series item in 3D space.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Controls.Charting
Assembly: Telerik.Windows.Controls.Charting.dll
Syntax
public class Funnel3D : BaseChartItemControl3D<FunnelControl3D>, ILogicalItem, IChartItem3D, IChartItem, IControl3D
Constructors
Funnel3D()
Declaration
public Funnel3D()
Fields
BottomRadiusProperty
Identifies the BottomRadius dependency property.
Declaration
public static readonly DependencyProperty BottomRadiusProperty
Field Value
System.Windows.DependencyProperty
|
HeightProperty
Identifies the Height dependency property.
Declaration
public static readonly DependencyProperty HeightProperty
Field Value
System.Windows.DependencyProperty
|
ThetaProperty
Identifies the Theta dependency property.
Declaration
public static readonly DependencyProperty ThetaProperty
Field Value
System.Windows.DependencyProperty
|
TopRadiusProperty
Identifies the TopRadius dependency property.
Declaration
public static readonly DependencyProperty TopRadiusProperty
Field Value
System.Windows.DependencyProperty
|
Properties
BottomRadius
Gets or sets the bottom radius of the funnel segment.
Declaration
public double BottomRadius { get; set; }
Property Value
System.Double
|
Height
Gets or sets the height of the funnel segment.
Declaration
public double Height { get; set; }
Property Value
System.Double
|
Theta
Gets or sets the tessellation value for the roundness complexity of the funnel shape.
Declaration
public int Theta { get; set; }
Property Value
System.Int32
|
TopRadius
Gets or sets the top radius of the funnel segment.
Declaration
public double TopRadius { get; set; }
Property Value
System.Double
|
Methods
OnDataPointChanged()
Called when data point has been changed.
Declaration
protected override void OnDataPointChanged()