Class ChartPaddingsTitle
Chart title's paddings
Inherited Members
Namespace: Telerik.Reporting.Charting.Styles
Assembly: Telerik.Reporting.dll
Syntax
public class ChartPaddingsTitle : ChartPaddings, IChartingStateManagedItem, IChartingStateManager, IDisposable, ICloneable
Constructors
ChartPaddingsTitle()
Creates new instance of ChartPaddingsTitle class.
Declaration
public ChartPaddingsTitle()
Properties
Bottom
Specifies the bottom padding
Declaration
[SkinnableProperty]
public override Unit Bottom { get; set; }
Property Value
Unit
|
Overrides
Left
Specifies the left padding
Declaration
[SkinnableProperty]
public override Unit Left { get; set; }
Property Value
Unit
|
Overrides
Right
Specifies the right padding
Declaration
[SkinnableProperty]
public override Unit Right { get; set; }
Property Value
Unit
|
Overrides
Top
Specifies the top padding
Declaration
[SkinnableProperty]
public override Unit Top { get; set; }
Property Value
Unit
|