Class ChartPaddingsLegend
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 ChartPaddingsLegend : ChartPaddings, IChartingStateManagedItem, IChartingStateManager, ICloneable
Constructors
ChartPaddingsLegend()
Creates new instance of ChartPaddingsLegend class.
Declaration
public ChartPaddingsLegend()
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
|