Class ShadowStyleChart
Common shadow settings
Inherited Members
Namespace: Telerik.Reporting.Charting.Styles
Assembly: Telerik.Reporting.dll
Syntax
public class ShadowStyleChart : ShadowStyle, IChartingStateManagedItem, IChartingStateManager, IDisposable, ICloneable
Constructors
ShadowStyleChart(Chart)
Create new instance of ShadowStyleChart class.
Declaration
public ShadowStyleChart(Chart parent)
Parameters
Chart
parent
Parent chart element |
Properties
Blur
Specifies the shadow blur property
Declaration
[SkinnableProperty]
public override float Blur { get; set; }
Property Value
System.
|
Overrides
Color
Specifies the shadow color property
Declaration
[SkinnableProperty]
public override Color Color { get; set; }
Property Value
System.
|
Overrides
Distance
Specifies the shadow distance property
Declaration
[SkinnableProperty]
public override float Distance { get; set; }
Property Value
System.
|
Overrides
Position
Specifies the shadow position property
Declaration
[SkinnableProperty]
public override ShadowPosition Position { get; set; }