New to Telerik ReportingStart a free 30-day trial

Title's margins

Definition

Constructors

Creates new instance of ChartMarginsTitle class.

C#
public ChartMarginsTitle()

Properties

Sets the bottom margin in pixels or percent of the chart's height.

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

Overrides: LayoutDecoratorBase.Bottom

Sets the left margin in pixels or percent of the chart's width.

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

Overrides: LayoutDecoratorBase.Left

Sets the right margin in pixels or percent of the chart's width.

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

Overrides: LayoutDecoratorBase.Right

Sets the top margin in pixels or percent of the chart's height.

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

Overrides: LayoutDecoratorBase.Top