ShadowStyleChart
Class
Common shadow settings
Definition
Namespace:Telerik.Reporting.Charting.Styles
Assembly:Telerik.Reporting.dll
Syntax:
C#
public class ShadowStyleChart : ShadowStyle, IChartingStateManagedItem, IChartingStateManager
Inheritance: objectStateManagedObjectShadowStyleShadowStyleChart
Implements:
Inherited Members
Constructors
Create new instance of ShadowStyleChart class.
Properties
Blur
float
Specifies the shadow blur property
C#
[SkinnableProperty]
public override float Blur { get; set; }
Overrides:
Color
Color
Specifies the shadow color property
C#
[TypeConverter(typeof(ColorConverter))]
[SkinnableProperty]
public override Color Color { get; set; }
Overrides:
Distance
float
Specifies the shadow distance property
C#
[SkinnableProperty]
public override float Distance { get; set; }
Overrides:
Specifies the shadow position property
C#
[SkinnableProperty]
public override ShadowPosition Position { get; set; }
Overrides: