FillStyleChart
Class
Chart's background fill style
Definition
Namespace:Telerik.Charting.Styles
Assembly:Telerik.WinControls.RadChart.dll
Syntax:
C#
[TypeConverter(typeof(ExpandableObjectConverter))]
public class FillStyleChart : FillStyle, IChartingStateManagedItem, IChartingStateManager, ICloneable
Inheritance: objectStateManagedObjectFillStyleFillStyleChart
Implements:
Inherited Members
Constructors
Create new instance of FillStyleChart class.
C#
public FillStyleChart()
Properties
Specifies which of fill styles (Hatch, Solid, Image, Gradient) should be used
C#
[SkinnableProperty]
public override FillType FillType { get; set; }
Overrides: