Interface IShadow
Represents the shadow formatting properties of the chart.
Namespace: Syncfusion.OfficeChart
Assembly: Syncfusion.OfficeChart.NET.dll
Syntax
public interface IShadow
Properties
Angle
Gets or sets the angle of the Shadow.
Declaration
int Angle { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The angle. |
Blur
Gets or sets the blur of the Shadow.
Declaration
int Blur { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The blur. |
Distance
Gets or sets the distance of the Shadow.
Declaration
int Distance { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The distance. |
HasCustomShadowStyle
Gets or sets a value indicating whether this instance has custom shadow style.
Declaration
bool HasCustomShadowStyle { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
ShadowColor
Gets or sets the color of the shadow.
Declaration
Color ShadowColor { get; set; }
Property Value
Type | Description |
---|---|
Color | The color of the shadow. |
ShadowInnerPresets
Gets or sets the shadow inner presets.
Declaration
Office2007ChartPresetsInner ShadowInnerPresets { get; set; }
Property Value
Type | Description |
---|---|
Office2007ChartPresetsInner | The shadow inner presets. |
ShadowOuterPresets
Gets or sets the shadow outer presets.
Declaration
Office2007ChartPresetsOuter ShadowOuterPresets { get; set; }
Property Value
Type | Description |
---|---|
Office2007ChartPresetsOuter | The shadow outer presets. |
ShadowPerspectivePresets
Gets or sets the shadow perspective presets.
Declaration
Office2007ChartPresetsPerspective ShadowPerspectivePresets { get; set; }
Property Value
Type | Description |
---|---|
Office2007ChartPresetsPerspective | The shadow perspective presets. |
Size
Gets or sets the size of the Shadow.
Declaration
int Size { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The size. |
Transparency
Gets or sets the transparency of Shadow.
Declaration
int Transparency { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The transparency. |
Methods
CustomShadowStyles(Office2007ChartPresetsInner, Int32, Int32, Int32, Int32, Boolean)
Customize the inner shadow styles.
Declaration
void CustomShadowStyles(Office2007ChartPresetsInner iInner, int iTransparency, int iBlur, int iAngle, int iDistance, bool iCustomShadowStyle)
Parameters
Type | Name | Description |
---|---|---|
Office2007ChartPresetsInner | iInner | The Office2007ChartPresetsInner enumeration. |
System.Int32 | iTransparency | Transparency of the Shadow accepts the values between(0-100). |
System.Int32 | iBlur | Blur level of the Shadow accepts the values between(0-100). |
System.Int32 | iAngle | Angle or Direction of the Shadow accepts the values between(0-359). |
System.Int32 | iDistance | Distance of the Shadow accepts the values between(0-200). |
System.Boolean | iCustomShadowStyle | if set to |
CustomShadowStyles(Office2007ChartPresetsOuter, Int32, Int32, Int32, Int32, Int32, Boolean)
Customize the outer shadow styles.
Declaration
void CustomShadowStyles(Office2007ChartPresetsOuter iOuter, int iTransparency, int iSize, int iBlur, int iAngle, int iDistance, bool iCustomShadowStyle)
Parameters
Type | Name | Description |
---|---|---|
Office2007ChartPresetsOuter | iOuter | The Office2007ChartPresetsOuter enumeration. |
System.Int32 | iTransparency | Transparency of the Shadow accepts the values between(0-100). |
System.Int32 | iSize | Size of the Shadow accepts the values between(0-200). |
System.Int32 | iBlur | Blur level of the Shadow accepts the values between(0-100). |
System.Int32 | iAngle | Angle or Direction of the Shadow accepts the values between(0-359). |
System.Int32 | iDistance | Distance of the Shadow accepts the values between(0-200). |
System.Boolean | iCustomShadowStyle | if set to |
CustomShadowStyles(Office2007ChartPresetsPerspective, Int32, Int32, Int32, Int32, Int32, Boolean)
Customize the perspective shadow styles.
Declaration
void CustomShadowStyles(Office2007ChartPresetsPerspective iPerspective, int iTransparency, int iSize, int iBlur, int iAngle, int iDistance, bool iCustomShadowStyle)
Parameters
Type | Name | Description |
---|---|---|
Office2007ChartPresetsPerspective | iPerspective | The Excel2007ChartPresetsPerspective enumeration. |
System.Int32 | iTransparency | Transparency of the Shadow accepts the values between(0-100). |
System.Int32 | iSize | Size of the Shadow accepts the values between(0-200). |
System.Int32 | iBlur | Blur level of the Shadow accepts the values between(0-100). |
System.Int32 | iAngle | Angle or Direction of the Shadow accepts the values between(0-359). |
System.Int32 | iDistance | Distance of the Shadow accepts the values between(0-200). |
System.Boolean | iCustomShadowStyle | if set to |