Class FillStyleMarkedZones
Marked zone fill style
Inherited Members
Namespace: Telerik.Reporting.Charting.Styles
Assembly: Telerik.Reporting.dll
Syntax
public class FillStyleMarkedZones : FillStyle, IChartingStateManagedItem, IChartingStateManager, IDisposable, ICloneable
Constructors
FillStyleMarkedZones()
Declaration
public FillStyleMarkedZones()
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 marked zone main color
Declaration
[SkinnableProperty]
public override Color MainColor { get; set; }
Property Value
System.Drawing.Color
|