Class Chart3DPropertiesExpVal
Inheritance
System.Object
Chart3DPropertiesExpVal
Assembly: BoldReports.UWP.dll
Syntax
public class Chart3DPropertiesExpVal : Object
Constructors
Chart3DPropertiesExpVal()
Declaration
public Chart3DPropertiesExpVal()
Properties
Clustered
Declaration
public bool Clustered { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
DepthRatio
Declaration
public double DepthRatio { get; set; }
Property Value
Type |
Description |
System.Double |
|
Enabled
Declaration
public bool Enabled { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
GapDepth
Declaration
public double GapDepth { get; set; }
Property Value
Type |
Description |
System.Double |
|
Inclination
Declaration
public double Inclination { get; set; }
Property Value
Type |
Description |
System.Double |
|
Perspective
Declaration
public int Perspective { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
ProjectionMode
Declaration
public string ProjectionMode { get; set; }
Property Value
Type |
Description |
System.String |
|
Rotation
Declaration
public double Rotation { get; set; }
Property Value
Type |
Description |
System.Double |
|
Shading
Declaration
public string Shading { get; set; }
Property Value
Type |
Description |
System.String |
|
WallThickness
Declaration
public double WallThickness { get; set; }
Property Value
Type |
Description |
System.Double |
|