Class FillStylePlotArea
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 FillStylePlotArea : FillStyle, IChartingStateManagedItem, IChartingStateManager, ICloneable
Constructors
FillStylePlotArea()
Create new instance of FillStylePlotArea class.
Declaration
public FillStylePlotArea()
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
Chart plot area main color
Declaration
[SkinnableProperty]
public override Color MainColor { get; set; }
Property Value
System.Drawing.Color
|
Overrides
SecondColor
Chart plot area second color
Declaration
[SkinnableProperty]
public override Color SecondColor { get; set; }
Property Value
System.Drawing.Color
|