alexa
menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    Class ChartFunnelConfigItem

    Configuration item that pertains to Funnel charts.

    Inheritance
    System.Object
    ChartConfigItem
    ChartFunnelConfigItem
    Implements
    IChangeNotifyingItem
    Inherited Members
    ChartConfigItem.add_PropertyChanged(SyncfusionPropertyChangedEventHandler)
    ChartConfigItem.PropertyChanged
    ChartConfigItem.remove_PropertyChanged(SyncfusionPropertyChangedEventHandler)
    Namespace: Syncfusion.Windows.Forms.Chart
    Assembly: Syncfusion.Chart.Base.dll
    Syntax
    public class ChartFunnelConfigItem : ChartConfigItem, IChangeNotifyingItem

    Constructors

    ChartFunnelConfigItem()

    Initializes a new instance of ChartFunnelConfigItem class.

    Declaration
    public ChartFunnelConfigItem()

    Properties

    FigureBase

    Specifies the type of base for the funnel. Default is Circle.

    Declaration
    public ChartFigureBase FigureBase { get; set; }
    Property Value
    Type
    ChartFigureBase

    FunnelMode

    Specifies how the Y values should be interpreted. Default is YIsHeight.

    Declaration
    public ChartFunnelMode FunnelMode { get; set; }
    Property Value
    Type
    ChartFunnelMode

    GapRatio

    Specifies the co-efficient for the gap between the blocks. Default is 0.0f.

    Declaration
    public float GapRatio { get; set; }
    Property Value
    Type
    System.Single

    LabelPlacement

    Specifies the positioning of the lables in addition to LabelStyle. Default is Right.

    Declaration
    public ChartAccumulationLabelPlacement LabelPlacement { get; set; }
    Property Value
    Type
    ChartAccumulationLabelPlacement

    LabelStyle

    Specifies the positioning of the labels in addition to LabelPlacement. Default is Outside.

    Declaration
    public ChartAccumulationLabelStyle LabelStyle { get; set; }
    Property Value
    Type
    ChartAccumulationLabelStyle

    ShowDataBindLabels

    Gets or sets a value indicating whether databind labels are displayed.

    Declaration
    public bool ShowDataBindLabels { get; set; }
    Property Value
    Type Description
    System.Boolean

    true if databind labels are displayed; otherwise, false.

    ShowSeriesTitle

    Gets or sets a value indicating whether series title is displayed.

    Declaration
    public bool ShowSeriesTitle { get; set; }
    Property Value
    Type Description
    System.Boolean

    true if series title is displayed; otherwise, false.

    Implements

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