Class
ChartPaddingsLegend

Chart title's paddings

Definition

Namespace:Telerik.Charting.Styles

Assembly:Telerik.WinControls.RadChart.dll

Syntax:

cs-api-definition
[TypeConverter(typeof(PaddingsConverter))]
public class ChartPaddingsLegend : ChartPaddings, IChartingStateManagedItem, IChartingStateManager, ICloneable

Inheritance: objectStateManagedObjectLayoutDecoratorBaseChartPaddingsChartPaddingsLegend

Implements: IChartingStateManagedItemIChartingStateManagerICloneable

Inherited Members ChartPaddings.Parse(string)ChartPaddings.Parse(string, CultureInfo)LayoutDecoratorBase.Equals(object)LayoutDecoratorBase.GetHashCode()LayoutDecoratorBase.Clone()LayoutDecoratorBase.CopyFrom(LayoutDecoratorBase)StateManagedObject.CloneState()StateManagedObject.SaveViewState()StateManagedObject.TrackViewState()StateManagedObject.LoadViewState(object)StateManagedObject.SetDirty()StateManagedObject.ViewStateIgnoresCase

Constructors

ChartPaddingsLegend()

Creates new instance of ChartPaddingsLegend class.

Declaration

cs-api-definition
public ChartPaddingsLegend()

Properties

Bottom

Specifies the bottom padding

Declaration

cs-api-definition
[Browsable(true)]
[TypeConverter(typeof(UnitConverter))]
[SkinnableProperty]
public override Unit Bottom { get; set; }

Property Value

Unit

Overrides LayoutDecoratorBase.Bottom

Left

Specifies the left padding

Declaration

cs-api-definition
[Browsable(true)]
[TypeConverter(typeof(UnitConverter))]
[SkinnableProperty]
public override Unit Left { get; set; }

Property Value

Unit

Overrides LayoutDecoratorBase.Left

Right

Specifies the right padding

Declaration

cs-api-definition
[Browsable(true)]
[TypeConverter(typeof(UnitConverter))]
[SkinnableProperty]
public override Unit Right { get; set; }

Property Value

Unit

Overrides LayoutDecoratorBase.Right

Top

Specifies the top padding

Declaration

cs-api-definition
[Browsable(true)]
[TypeConverter(typeof(UnitConverter))]
[SkinnableProperty]
public override Unit Top { get; set; }

Property Value

Unit

Overrides LayoutDecoratorBase.Top