Xceed Words for .NET v5.1 Documentation
Xceed.Document.NET Assembly / Xceed.Document.NET Namespace / Chart Class / View3D Property


In This Topic
    View3D Property (Chart)
    In This Topic
    Gets or sets if the Chart is of the 3D type, like a Surface3DChart for example.
    Syntax
    'Declaration
     
    Public Property View3D As Boolean
    'Usage
     
    Dim instance As Chart
    Dim value As Boolean
     
    instance.View3D = value
     
    value = instance.View3D
    public bool View3D {get; set;}

    Property Value

    The value is true if the Chart is in 3D; otherwise, the value is false.
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows, 11, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also