Class
FillStyleTitle

Title's background fill style

Definition

Constructors

FillStyleTitle()

Declaration

cs-api-definition
public FillStyleTitle()

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

FillType

Overrides FillStyle.FillType

MainColor

Chart title main color

Declaration

cs-api-definition
[TypeConverter(typeof(ColorConverter))]
[SkinnableProperty]
public override Color MainColor { get; set; }

Property Value

Color

Overrides FillStyle.MainColor