New to Telerik ReportingStart a free 30-day trial

Common shadow settings

Definition

Constructors

Create new instance of ShadowStyleChart class.

C#
public ShadowStyleChart(Chart parent)
Parameters:parentChart

Parent chart element

Properties

Blur

float

Specifies the shadow blur property

C#
[SkinnableProperty]
public override float Blur { get; set; }

Overrides: ShadowStyle.Blur

Color

Color

Specifies the shadow color property

C#
[TypeConverter(typeof(ColorConverter))]
[SkinnableProperty]
public override Color Color { get; set; }

Overrides: ShadowStyle.Color

Specifies the shadow distance property

C#
[SkinnableProperty]
public override float Distance { get; set; }

Overrides: ShadowStyle.Distance

Specifies the shadow position property

C#
[SkinnableProperty]
public override ShadowPosition Position { get; set; }

Overrides: ShadowStyle.Position