Class ChartFunnelSegment
Represents Funnel chart type segment.
Implements
Inherited Members
Namespace: Syncfusion.Windows.Chart
Assembly: Syncfusion.Chart.Wpf.dll
Syntax
public sealed class ChartFunnelSegment : ChartSegment, IDisposable
Remarks
Class instance is created automatically by WPF Chart building system.
Fields
ExplodedOffsetProperty
Identifies the ExplodedOffset dependency property.
Declaration
public static readonly DependencyProperty ExplodedOffsetProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
GeometryProperty
Identifies the Geometry dependency property.
Declaration
public static readonly DependencyProperty GeometryProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
IsExplodedProperty
Identifies the IsExploded dependency property.
Declaration
public static readonly DependencyProperty IsExplodedProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
MinWidthProperty
Identifies the MinWidth dependency property.
Declaration
public static readonly DependencyProperty MinWidthProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
Properties
ExplodedOffset
Gets or sets the segment exploded offset. This is a dependency property.
Declaration
public double ExplodedOffset { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The exploded offset. |
Geometry
Gets or sets the geometry. This is a dependency property. This is a dependency property.
Declaration
public Geometry Geometry { get; set; }
Property Value
Type | Description |
---|---|
System.Windows.Media.Geometry | The geometry. |
IsExploded
Gets or sets a value indicating whether this segment is exploded. This is a dependency property.
Declaration
public bool IsExploded { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
MinWidth
Gets or sets the width of the minimal segment part. This is a dependency property.
Declaration
public double MinWidth { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The width of the min. |
Methods
Dispose()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Declaration
public override void Dispose()
Overrides
Draw3DSegment(IChartTransformer)
Draws the 3D segment.
Declaration
public override void Draw3DSegment(IChartTransformer transformer)
Parameters
Type | Name | Description |
---|---|---|
Syncfusion.Windows.Chart.IChartTransformer | transformer | The transformer |
Overrides
Update(IChartTransformer)
Updates the real coordinates of segment with respect to chart type.
Declaration
public override void Update(IChartTransformer transformer)
Parameters
Type | Name | Description |
---|---|---|
Syncfusion.Windows.Chart.IChartTransformer | transformer | Instance of class that implements Syncfusion.Windows.Chart.IChartTransformer interface. |