ChartMarginsTitle
Class
Title's margins
Definition
Namespace:Telerik.Reporting.Charting.Styles
Assembly:Telerik.Reporting.dll
Syntax:
C#
[TypeConverter(typeof(MarginsConverter))]
public class ChartMarginsTitle : ChartMargins, IChartingStateManagedItem, IChartingStateManager
Inheritance: objectStateManagedObjectLayoutDecoratorBaseChartMarginsChartMarginsTitle
Implements:
Inherited Members
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:
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:
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: