New to Telerik ReportingStart a free 30-day trial

Chart's background fill style

Definition

Constructors

Create new instance of FillStyleChart class.

C#
public FillStyleChart()

Properties

Specifies which of fill styles (Hatch, Solid, Image, Gradient) should be used

C#
[PersistenceMode(PersistenceMode.Attribute)]
[SkinnableProperty]
public override FillType FillType { get; set; }

Overrides: FillStyle.FillType

Gets or sets the color of the data series.

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

Overrides: FillStyle.MainColor