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