ClassFillStylePlotArea
Class
Definition
Namespace:Telerik.Charting.Styles
Assembly:Telerik.WinControls.RadChart.dll
Syntax:
cs-api-definition
[TypeConverter(typeof(ExpandableObjectConverter))]
public class FillStylePlotArea : FillStyle, IChartingStateManagedItem, IChartingStateManager, ICloneable
Inheritance: objectStateManagedObjectFillStyleFillStylePlotArea
Implements:
Inherited Members
Constructors
FillStylePlotArea()
Create new instance of FillStylePlotArea class.
Declaration
cs-api-definition
public FillStylePlotArea()
Properties
FillType
Specifies which of fill styles (Hatch, Solid, Image, Gradient) should be used
Declaration
cs-api-definition
[SkinnableProperty]
public override FillType FillType { get; set; }
Property Value
Overrides
MainColor
Chart plot area main color
Declaration
cs-api-definition
[TypeConverter(typeof(ColorConverter))]
[SkinnableProperty]
public override Color MainColor { get; set; }
Property Value
Overrides
SecondColor
Chart plot area second color
Declaration
cs-api-definition
[TypeConverter(typeof(ColorConverter))]
[SkinnableProperty]
public override Color SecondColor { get; set; }
Property Value
Overrides