Class
ChartPaddingsTitle

Chart title's paddings

Definition

Namespace:Telerik.Reporting.Charting.Styles

Assembly:Telerik.Reporting.dll

Syntax:

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

Inheritance: objectStateManagedObjectLayoutDecoratorBaseChartPaddingsChartPaddingsTitle

Implements: IChartingStateManagedItemIChartingStateManager

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.Dispose()StateManagedObject.Dispose(bool)StateManagedObject.ViewStateIgnoresCase

Constructors

ChartPaddingsTitle()

Creates new instance of ChartPaddingsTitle class.

Declaration

cs-api-definition
public ChartPaddingsTitle()

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