Class FillStyleChart
Chart's background fill style
Inherited Members
Namespace: Telerik.Reporting.Charting.Styles
Assembly: Telerik.Reporting.dll
Syntax
public class FillStyleChart : FillStyle, IChartingStateManagedItem, IChartingStateManager, IDisposable, ICloneable
Constructors
FillStyleChart()
Create new instance of FillStyleChart class.
Declaration
public FillStyleChart()
Properties
FillType
Specifies which of fill styles (Hatch, Solid, Image, Gradient) should be used
Declaration
[SkinnableProperty]
public override FillType FillType { get; set; }
Property Value
FillType
|
Overrides
MainColor
Gets or sets the color of the data series.
Declaration
[SkinnableProperty]
public override Color MainColor { get; set; }
Property Value
System.Drawing.Color
|