Table of Contents

Class ChartShadow

Namespace
Spire.Xls
Assembly
Spire.XLS.dll
public class ChartShadow : XlsObject, IExcelApplication, IDisposable, IShadow, ICloneParent
Inheritance
ChartShadow
Implements
Inherited Members

Properties

Angle

public int Angle { get; set; }

Property Value

int

Blur

public int Blur { get; set; }

Property Value

int

Color

public Color Color { get; set; }

Property Value

Color

Distance

public int Distance { get; set; }

Property Value

int

HasCustomStyle

public bool HasCustomStyle { get; set; }

Property Value

bool

ShadowInnerType

public XLSXChartShadowInnerType ShadowInnerType { get; set; }

Property Value

XLSXChartShadowInnerType

ShadowOuterType

public XLSXChartShadowOuterType ShadowOuterType { get; set; }

Property Value

XLSXChartShadowOuterType

ShadowPrespectiveType

public XLSXChartPrespectiveType ShadowPrespectiveType { get; set; }

Property Value

XLSXChartPrespectiveType

Size

public int Size { get; set; }

Property Value

int

SoftEdge

Gets or sets the radio of soft edge.

public int SoftEdge { get; set; }

Property Value

int

Transparency

public int Transparency { get; set; }

Property Value

int

Methods

Clone(object)

public object Clone(object parent)

Parameters

parent object

Returns

object

CustomShadowStyles(XLSXChartPrespectiveType, int, int, int, int, int, bool)

public void CustomShadowStyles(XLSXChartPrespectiveType iPerspective, int iTransparency, int iSize, int iBlur, int iAngle, int iDistance, bool iCustomShadowStyle)

Parameters

iPerspective XLSXChartPrespectiveType
iTransparency int
iSize int
iBlur int
iAngle int
iDistance int
iCustomShadowStyle bool

CustomShadowStyles(XLSXChartShadowInnerType, int, int, int, int, bool)

public void CustomShadowStyles(XLSXChartShadowInnerType iInner, int iTransparency, int iBlur, int iAngle, int iDistance, bool iCustomShadowStyle)

Parameters

iInner XLSXChartShadowInnerType
iTransparency int
iBlur int
iAngle int
iDistance int
iCustomShadowStyle bool

CustomShadowStyles(XLSXChartShadowOuterType, int, int, int, int, int, bool)

public void CustomShadowStyles(XLSXChartShadowOuterType iOuter, int iTransparency, int iSize, int iBlur, int iAngle, int iDistance, bool iCustomShadowStyle)

Parameters

iOuter XLSXChartShadowOuterType
iTransparency int
iSize int
iBlur int
iAngle int
iDistance int
iCustomShadowStyle bool