Class ShadowStyleChart
Common shadow settings
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Charting.Styles
Assembly: Telerik.WinControls.RadChart.dll
Syntax
public class ShadowStyleChart : ShadowStyle, IChartingStateManagedItem, IChartingStateManager, 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.Single
|
Overrides
Color
Specifies the shadow color property
Declaration
[SkinnableProperty]
public override Color Color { get; set; }
Property Value
System.Drawing.Color
|
Overrides
Distance
Specifies the shadow distance property
Declaration
[SkinnableProperty]
public override float Distance { get; set; }
Property Value
System.Single
|
Overrides
Position
Specifies the shadow position property
Declaration
[SkinnableProperty]
public override ShadowPosition Position { get; set; }
Property Value
ShadowPosition
|