Class ChartFunnelType
Represents ChartFunnelType class
Implements
Inherited Members
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
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
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
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 |
|
Overrides
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
See Also
Update(ChartSeries)
Updates the series.
Declaration
public override void Update(ChartSeries series)
Parameters
Type | Name | Description |
---|---|---|
ChartSeries | series | The Chart series |