Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Rdl.Rdl2008 Namespace / ChartSeriesCustomProperties.FunnelProps Class / Style Property

In This Topic
    Style Property (ChartSeriesCustomProperties.FunnelProps)
    In This Topic
    Gets or sets the Funnel chart style. Default: YIsHeight.
    Syntax
    'Declaration
     
    Public Property Style As RdlEnum(Of ChartFunnelPyramidStyle)
    public RdlEnum<ChartFunnelPyramidStyle> Style {get; set;}
    See Also