Class Format3D
- Namespace
- Spire.Xls
- Assembly
- Spire.XLS.dll
public class Format3D : XlsObject, IExcelApplication, IDisposable, IFormat3D, ICloneParent
- Inheritance
-
Format3D
- Implements
-
- Inherited Members
-
Properties
public double BevelBottomHeight { get; set; }
Property Value
- double
public XLSXChartBevelType BevelBottomType { get; set; }
Property Value
- XLSXChartBevelType
public double BevelBottomWidth { get; set; }
Property Value
- double
public double BevelTopHeight { get; set; }
Property Value
- double
public XLSXChartBevelType BevelTopType { get; set; }
Property Value
- XLSXChartBevelType
public double BevelTopWidth { get; set; }
Property Value
- double
public Color ContourColor { get; set; }
Property Value
- Color
public double ContourWidth { get; set; }
Property Value
- double
public Color ExtrusionColor { get; set; }
Property Value
- Color
public double ExtrusionHeight { get; set; }
Property Value
- double
public double LightingAngle { get; set; }
Property Value
- double
public XLSXChartLightingType LightingType { get; set; }
Property Value
- XLSXChartLightingType
public XLSXChartMaterialType MaterialType { get; set; }
Property Value
- XLSXChartMaterialType
Methods
public object Clone(object parent)
Parameters
parent
object
Returns
- object