Class ChartPaddingsTitle
Chart title's paddings
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Charting.Styles
Assembly: Telerik.WinControls.RadChart.dll
Syntax
public class ChartPaddingsTitle : ChartPaddings, IChartingStateManagedItem, IChartingStateManager, 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
|