menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ChartFunnelType - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ChartFunnelType

    Represents ChartFunnelType class

    Inheritance
    System.Object
    ChartType
    ChartFunnelType
    Implements
    System.IDisposable
    Inherited Members
    ChartType.CalculateSegments(ChartSeries, ChartIndexedDataPoint[])
    ChartType.CheckFlags(ChartType.ChartTypeFlags)
    ChartType.CreateAdornment(ChartSeries, ChartIndexedDataPoint, Int32)
    ChartType.Dispose()
    ChartType.GetSpacing(ChartArea)
    ChartType.IsIndependent
    ChartType.IsIndexed
    ChartType.IsRotated
    ChartType.IsSideBySide
    ChartType.IsStacked
    ChartType.RequiresAxis
    ChartType.RequiresDataCount
    ChartType.SetSpacing(ChartArea, Double)
    ChartType.SpacingProperty
    ChartType.UpdateLastSegments(ChartSeries, ChartIndexedDataPoint[])
    ChartType.UpdateSegments(ChartSeries, ChartIndexedDataPoint[])
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    Namespace: Syncfusion.Windows.Chart
    Assembly: Syncfusion.Chart.Wpf.dll
    Syntax
    public sealed class ChartFunnelType : ChartType, IDisposable
    Remarks

    The Funnel chart is a single series chart representing the data as portions of 100%, and this chart does not use any axes. Funnel chart can be viewed as 2D or 3D.

    Constructors

    ChartFunnelType()

    Declaration
    public ChartFunnelType()

    Fields

    ExplodedIndexProperty

    Identifies the ExplodedIndex dependency property.

    Declaration
    public static readonly DependencyProperty ExplodedIndexProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    FunnelModeProperty

    Identifies the FunnelMode dependency property.

    Declaration
    public static readonly DependencyProperty FunnelModeProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    GapRatioProperty

    Identifies the GapRatio dependency property.

    Declaration
    public static readonly DependencyProperty GapRatioProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    Properties

    AxesType

    Gets axes type that are required for chart to be built.

    Declaration
    public override ChartAxesType AxesType { get; }
    Property Value
    Type
    ChartAxesType
    Overrides
    ChartType.AxesType

    Flags

    Gets chart type flags. This is a dependency property.

    Declaration
    protected override ChartType.ChartTypeFlags Flags { get; }
    Property Value
    Type Description
    ChartType.ChartTypeFlags

    The flags.

    Overrides
    ChartType.Flags

    Methods

    Calculate(ChartSeries)

    Calculates the segments of specified series.

    Declaration
    public override void Calculate(ChartSeries series)
    Parameters
    Type Name Description
    ChartSeries series

    The series.

    Overrides
    ChartType.Calculate(ChartSeries)

    GetExplodedIndex(ChartSeries)

    Gets the exploded indices.

    Declaration
    public static int GetExplodedIndex(ChartSeries series)
    Parameters
    Type Name Description
    ChartSeries series

    The series.

    Returns
    Type Description
    System.Int32

    The Exploded Index

    GetFunnelMode(ChartSeries)

    Gets the funnel mode.

    Declaration
    public static ChartFunnelMode GetFunnelMode(ChartSeries series)
    Parameters
    Type Name Description
    ChartSeries series

    The series.

    Returns
    Type Description
    ChartFunnelMode

    The Funnel mode

    GetGapRatio(ChartSeries)

    Gets the gap ratio.

    Declaration
    public static double GetGapRatio(ChartSeries series)
    Parameters
    Type Name Description
    ChartSeries series

    The series.

    Returns
    Type Description
    System.Double

    The gap ratio

    IsCompatible(ChartType)

    Determines whether the this type is compatible with specified type.

    Declaration
    public override bool IsCompatible(ChartType type)
    Parameters
    Type Name Description
    ChartType type

    The type value.

    Returns
    Type Description
    System.Boolean

    true if the type is compatible; otherwise, false.

    Overrides
    ChartType.IsCompatible(ChartType)

    SetExplodedIndex(ChartSeries, Int32)

    Sets the exploded indices.

    Declaration
    public static void SetExplodedIndex(ChartSeries series, int value)
    Parameters
    Type Name Description
    ChartSeries series

    The series.

    System.Int32 value

    The value.

    SetFunnelMode(ChartSeries, ChartFunnelMode)

    Sets the funnel mode.

    Declaration
    public static void SetFunnelMode(ChartSeries series, ChartFunnelMode value)
    Parameters
    Type Name Description
    ChartSeries series

    The series.

    ChartFunnelMode value

    The value.

    SetGapRatio(ChartSeries, Double)

    Sets the gap ratio.

    Declaration
    public static void SetGapRatio(ChartSeries series, double value)
    Parameters
    Type Name Description
    ChartSeries series

    The series.

    System.Double value

    The value.

    ToString()

    Returns a System.String that represents the current System.Object.

    Declaration
    public override string ToString()
    Returns
    Type Description
    System.String

    A System.String that represents the current System.Object.

    Overrides
    System.Object.ToString()
    See Also
    ChartFunnelType

    Update(ChartSeries)

    Updates the series.

    Declaration
    public override void Update(ChartSeries series)
    Parameters
    Type Name Description
    ChartSeries series

    The Chart series

    Overrides
    ChartType.Update(ChartSeries)

    Implements

    System.IDisposable

    See Also

    ChartFunnelSegment
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved