Class FunnelSeries
Represents a chart series that visualize data points using trapezoid segments that form a funnel form.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Controls.ChartView
Assembly: Telerik.Windows.Controls.Chart.dll
Syntax
public class FunnelSeries : ChartSeries, IChartElementPresenterWithMargin, IChartSeries, IChartElementPresenter, ISeries
Constructors
FunnelSeries()
Fields
DefaultSegmentStyleProperty
Identifies the Default
Declaration
public static readonly DependencyProperty DefaultSegmentStyleProperty
Field Value
System.
|
IsDynamicHeightProperty
Identifies the Is
Declaration
public static readonly DependencyProperty IsDynamicHeightProperty
Field Value
System.
|
IsDynamicSlopeProperty
Identifies the Is
Declaration
public static readonly DependencyProperty IsDynamicSlopeProperty
Field Value
System.
|
LegendSettingsProperty
Identifies the Legend
Declaration
public static readonly DependencyProperty LegendSettingsProperty
Field Value
System.
|
NeckRatioProperty
Identifies the Neck
Declaration
public static readonly DependencyProperty NeckRatioProperty
Field Value
System.
|
SegmentSpacingProperty
Identifies the Segment
Declaration
public static readonly DependencyProperty SegmentSpacingProperty
Field Value
System.
|
SegmentStyleSelectorProperty
Identifies the Segment
Declaration
public static readonly DependencyProperty SegmentStyleSelectorProperty
Field Value
System.
|
ValueBindingProperty
Identifies the Value
Declaration
public static readonly DependencyProperty ValueBindingProperty
Field Value
System.
|
Properties
DataPoints
Gets the collection of data points associated with the series.
Declaration
public ElementCollection<FunnelDataPoint> DataPoints { get; }
Property Value
DefaultSegmentStyle
Gets or sets the System.
Declaration
public Style DefaultSegmentStyle { get; set; }
Property Value
System.
|
IsDynamicHeight
Gets or sets a value indicating whether all the segments will share the same height (when False) or the height of each segment is determined according to its value (when True). Default value is true.
Declaration
public bool IsDynamicHeight { get; set; }
Property Value
System.
|
IsDynamicSlope
Gets or sets a value indicating whether the form of each segment will be based on the ratio between the value from the current and the next segment. Default value is false.
Declaration
public bool IsDynamicSlope { get; set; }
Property Value
System.
|
LabelFormat
Gets or sets the string used to format the default label of the Segments which is the Label of the FunnelDataPoint. Defaults to 'p0'.
Declaration
public string LabelFormat { get; set; }
Property Value
System.
|
LegendSettings
Gets or sets the legend settings.
Declaration
public DataPointLegendSettings LegendSettings { get; set; }
Property Value
NeckRatio
Gets or sets a value indicating the ratio between the top and the bottom bases of the whole funnel series.
The property can take effect only if the Is
Declaration
public float NeckRatio { get; set; }
Property Value
System.
|
SegmentSpacing
Gets or sets a value indicating the space between the funnel segments in pixels.
Declaration
public int SegmentSpacing { get; set; }
Property Value
System.
|
SegmentStyles
Gets the collection storing a Style instance for each segment present on the chart.
Declaration
public ObservableCollection<Style> SegmentStyles { get; }
Property Value
System.
|
SegmentStyleSelector
Gets or sets the System.
Declaration
public StyleSelector SegmentStyleSelector { get; set; }
Property Value
System.
|
ValueBinding
Gets or sets the binding that will be used to fill the Value member of the contained data points.
Declaration
public DataPointBinding ValueBinding { get; set; }
Property Value
Methods
GetLabelConnector(ChartSeriesLabelPositionInfo)
Gets the points which build the label connector polyline.
Declaration
protected override List<Point> GetLabelConnector(ChartSeriesLabelPositionInfo info)
Parameters
Returns
System.
|
Overrides
GetValueAggregateFunction()
When overridden in a derived class, this method returns the function used to calculate the aggregate values for the Value property.
Declaration
protected virtual ChartAggregateFunction GetValueAggregateFunction()
Returns
OnApplyTemplate()
When overridden in a derived class, is invoked whenever application code or internal processes (such as a rebuilding layout pass) call System.
Declaration
public override void OnApplyTemplate()
Overrides
OnAttached()
Occurs when the presenter has been successfully attached to its owning Rad
Declaration
protected override void OnAttached()
Overrides
OnCreateAutomationPeer()
Returns class-specific System.
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
System. The type-specific System. |
OnLoaded(Object, RoutedEventArgs)
Occurs when a System.Windows.FrameworkElement has been constructed and added to the object tree.
Declaration
protected override void OnLoaded(object sender, RoutedEventArgs e)
Parameters
System.
|
System.
|
Overrides
OnMouseLeave(MouseEventArgs)
Invoked when an unhandled System.
Declaration
protected override void OnMouseLeave(MouseEventArgs e)
Parameters
System. The System. |
OnMouseMove(MouseEventArgs)
Invoked when an unhandled System.
Declaration
protected override void OnMouseMove(MouseEventArgs e)
Parameters
System. The System. |
OnPlayPointAnimations(Boolean)
Fired when Point animations are about to be played.
Declaration
protected override void OnPlayPointAnimations(bool hidePointsOnLoad)
Parameters
System. When true, the animated element is collapsed until the start of the animation. |