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()
Assembly: Syncfusion.EJ.ReportViewer.dll
Syntax
public class ChartThreeDProperties
Constructors
ChartThreeDProperties()
Declaration
public ChartThreeDProperties()
ChartThreeDProperties(ReportSerializer)
Declaration
public ChartThreeDProperties(ReportSerializer serializer)
Parameters
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
Rotation
Declaration
public int Rotation { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Shading
Declaration
public Shading Shading { get; set; }
Property Value
WallThickness
Declaration
public int WallThickness { get; set; }
Property Value
Type |
Description |
System.Int32 |
|