Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Rdl.Rdl2008 Namespace / ChartThreeDProperties Class / Enabled Property

In This Topic
    Enabled Property (ChartThreeDProperties)
    In This Topic
    Gets or sets a value indicating whether the chart is displayed in 3D.

    Default: False (i.e. 2D).

    Syntax
    'Declaration
     
    Public Property Enabled As RdlBool
    public RdlBool Enabled {get; set;}
    See Also