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

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