ASP.NET Core

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ChartThreeDProperties - ASP.NETCore API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ChartThreeDProperties

    Specifies the properties for ThreeD layout.

    Inheritance
    System.Object
    ChartThreeDProperties
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.RDL.DOM
    Assembly: Syncfusion.EJ.ReportViewer.dll
    Syntax
    public class ChartThreeDProperties

    Constructors

    ChartThreeDProperties()

    Declaration
    public ChartThreeDProperties()

    ChartThreeDProperties(ReportSerializer)

    Declaration
    public ChartThreeDProperties(ReportSerializer serializer)
    Parameters
    Type Name Description
    ReportSerializer serializer

    Properties

    Clustered

    Declaration
    public bool Clustered { get; set; }
    Property Value
    Type Description
    System.Boolean

    DepthRatio

    Declaration
    public int DepthRatio { get; set; }
    Property Value
    Type Description
    System.Int32

    Enabled

    Declaration
    public bool Enabled { get; set; }
    Property Value
    Type Description
    System.Boolean

    GapDepth

    Declaration
    public int GapDepth { get; set; }
    Property Value
    Type Description
    System.Int32

    Inclination

    Declaration
    public int Inclination { get; set; }
    Property Value
    Type Description
    System.Int32

    Perspective

    Declaration
    public int Perspective { get; set; }
    Property Value
    Type Description
    System.Int32

    ProjectionMode

    Declaration
    public ProjectionMode ProjectionMode { get; set; }
    Property Value
    Type Description
    ProjectionMode

    Rotation

    Declaration
    public int Rotation { get; set; }
    Property Value
    Type Description
    System.Int32

    Shading

    Declaration
    public Shading Shading { get; set; }
    Property Value
    Type Description
    Shading

    WallThickness

    Declaration
    public int WallThickness { get; set; }
    Property Value
    Type Description
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved