Show / Hide Table of Contents

Class ThreeDRotation

Inheritance
System.Object
ThreeDRotation
ChartWallThreeDRotation
Namespace: DRIT.Spreadsheet.Drawing
Assembly: DRIT.Spreadsheet.dll
Syntax
public class ThreeDRotation : object

Properties

DistanceFromGround

Declaration
public double DistanceFromGround { get; set; }
Property Value
Type Description
System.Double

Preset

Declaration
public PresetCameraType Preset { get; set; }
Property Value
Type Description
PresetCameraType

XRotation

Declaration
public double XRotation { get; set; }
Property Value
Type Description
System.Double

YRotation

Declaration
public double YRotation { get; set; }
Property Value
Type Description
System.Double

ZRotation

Declaration
public double ZRotation { get; set; }
Property Value
Type Description
System.Double
Back to top Generated by DocFX