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

In This Topic
    ThreeDDrawingStyle Property (ChartSeriesCustomProperties.FunnelProps)
    In This Topic
    Gets or sets the drawing style of a Funnel 3D chart. Default: CircleBase.
    Syntax
    'Declaration
     
    Public Property ThreeDDrawingStyle As RdlEnum(Of ChartFunnelPyramid3DDrawingStyle)
    public RdlEnum<ChartFunnelPyramid3DDrawingStyle> ThreeDDrawingStyle {get; set;}
    See Also