Class ShadowData
The Shadow record defines the Shadow properties and the 3D features(bevel top and bevel bottom),Lignting and Material properties
Inheritance
System.Object
    ShadowData
  Implements
System.ICloneable
  Namespace: Syncfusion.XlsIO.Parser.Biff_Records.Charts
Assembly: Syncfusion.XlsIO.Portable.dll
Syntax
public class ShadowData : Object, ICloneableConstructors
ShadowData()
Shadow data
Declaration
public ShadowData()Properties
BevelBottom
Gets or sets the bevel bottom.
Declaration
public Excel2007ChartBevelProperties BevelBottom { get; set; }Property Value
| Type | Description | 
|---|---|
| Excel2007ChartBevelProperties | The bevel bottom. | 
BevelTop
Gets or sets the bevel top.
Declaration
public Excel2007ChartBevelProperties BevelTop { get; set; }Property Value
| Type | Description | 
|---|---|
| Excel2007ChartBevelProperties | The bevel top. | 
Lighting
Gets or sets the lighting.
Declaration
public Excel2007ChartLightingProperties Lighting { get; set; }Property Value
| Type | Description | 
|---|---|
| Excel2007ChartLightingProperties | The lighting. | 
Material
Gets or sets the material.
Declaration
public Excel2007ChartMaterialProperties Material { get; set; }Property Value
| Type | Description | 
|---|---|
| Excel2007ChartMaterialProperties | The material. | 
ShadowInnerPresets
Gets or sets the shadow inner presets.
Declaration
public Excel2007ChartPresetsInner ShadowInnerPresets { get; set; }Property Value
| Type | Description | 
|---|---|
| Excel2007ChartPresetsInner | The shadow inner presets. | 
ShadowOuterPresets
Gets or sets the shadow outer presets.
Declaration
public Excel2007ChartPresetsOuter ShadowOuterPresets { get; set; }Property Value
| Type | Description | 
|---|---|
| Excel2007ChartPresetsOuter | The shadow outer presets. | 
ShadowPrespectivePresets
Gets or sets the shadow prespective presets.
Declaration
public Excel2007ChartPresetsPrespective ShadowPrespectivePresets { get; set; }Property Value
| Type | Description | 
|---|---|
| Excel2007ChartPresetsPrespective | The shadow prespective presets. | 
Methods
Clone()
Creates a new object that is a copy of the current instance.
Declaration
public object Clone()Returns
| Type | 
|---|
| System.Object | 
Implements
      System.ICloneable