Class FillStyleChart
Chart's background fill style
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 FillStyleChart : FillStyle, IChartingStateManagedItem, IChartingStateManager, 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
|