Class ChartShadow
public class ChartShadow : XlsObject, IExcelApplication, IDisposable, IShadow, ICloneParent
- Inheritance
-
ChartShadow
- Implements
- Inherited Members
Properties
Angle
public int Angle { get; set; }
Property Value
Blur
public int Blur { get; set; }
Property Value
Color
public Color Color { get; set; }
Property Value
Distance
public int Distance { get; set; }
Property Value
HasCustomStyle
public bool HasCustomStyle { get; set; }
Property Value
ShadowInnerType
public XLSXChartShadowInnerType ShadowInnerType { get; set; }
Property Value
ShadowOuterType
public XLSXChartShadowOuterType ShadowOuterType { get; set; }
Property Value
ShadowPrespectiveType
public XLSXChartPrespectiveType ShadowPrespectiveType { get; set; }
Property Value
Size
public int Size { get; set; }
Property Value
SoftEdge
Gets or sets the radio of soft edge.
public int SoftEdge { get; set; }
Property Value
Transparency
public int Transparency { get; set; }
Property Value
Methods
Clone(object)
public object Clone(object parent)
Parameters
parent
object
Returns
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
XLSXChartPrespectiveTypeiTransparency
intiSize
intiBlur
intiAngle
intiDistance
intiCustomShadowStyle
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
XLSXChartShadowInnerTypeiTransparency
intiBlur
intiAngle
intiDistance
intiCustomShadowStyle
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)