FillStyleTitle
Class
Title's background fill style
Definition
Namespace:Telerik.Charting.Styles
Assembly:Telerik.WinControls.RadChart.dll
Syntax:
C#
[TypeConverter(typeof(ExpandableObjectConverter))]
public class FillStyleTitle : FillStyle, IChartingStateManagedItem, IChartingStateManager, ICloneable
Inheritance: objectStateManagedObjectFillStyleFillStyleTitle
Implements:
Inherited Members
Constructors
C#
public FillStyleTitle()
Properties
Specifies which of fill styles (Hatch, Solid, Image, Gradient) should be used
C#
[SkinnableProperty]
public override FillType FillType { get; set; }
Overrides: