ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / ThreeDProperties Class / Enabled Property

In This Topic
    Enabled Property (ThreeDProperties)
    In This Topic

    Gets or sets a value indicating whether a chart is displayed in 3D.

    Syntax
    'Declaration
     
    Public Property Enabled As Boolean
    public bool Enabled {get; set;}

    Property Value

    A Boolean value where true indicates that the chart is displayed in 3D; otherwise false. The default value is false.

    See Also