ClassChartPaddingsTitle
Class
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:
Inherited Members
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
Overrides
Left
Specifies the left padding
Declaration
cs-api-definition
[Browsable(true)]
[TypeConverter(typeof(UnitConverter))]
[SkinnableProperty]
public override Unit Left { get; set; }
Property Value
Overrides
Right
Specifies the right padding
Declaration
cs-api-definition
[Browsable(true)]
[TypeConverter(typeof(UnitConverter))]
[SkinnableProperty]
public override Unit Right { get; set; }
Property Value
Overrides