New to Telerik ReportingStart a free 30-day trial

Chart title's paddings

Definition

Constructors

Creates new instance of ChartPaddingsLegend class.

C#
public ChartPaddingsLegend()

Properties

Specifies the bottom padding

C#
[Browsable(true)]
[TypeConverter(typeof(UnitConverter))]
[SkinnableProperty]
public override Unit Bottom { get; set; }

Overrides: LayoutDecoratorBase.Bottom

Specifies the left padding

C#
[Browsable(true)]
[TypeConverter(typeof(UnitConverter))]
[SkinnableProperty]
public override Unit Left { get; set; }

Overrides: LayoutDecoratorBase.Left

Specifies the right padding

C#
[Browsable(true)]
[TypeConverter(typeof(UnitConverter))]
[SkinnableProperty]
public override Unit Right { get; set; }

Overrides: LayoutDecoratorBase.Right

Specifies the top padding

C#
[Browsable(true)]
[TypeConverter(typeof(UnitConverter))]
[SkinnableProperty]
public override Unit Top { get; set; }

Overrides: LayoutDecoratorBase.Top