ClassChartMarginsTitle
Class
Title's margins
Definition
Namespace:Telerik.Charting.Styles
Assembly:Telerik.WinControls.RadChart.dll
Syntax:
cs-api-definition
[TypeConverter(typeof(MarginsConverter))]
public class ChartMarginsTitle : ChartMargins, IChartingStateManagedItem, IChartingStateManager, ICloneable
Inheritance: objectStateManagedObjectLayoutDecoratorBaseChartMarginsChartMarginsTitle
Implements:
Inherited Members
Constructors
ChartMarginsTitle()
Creates new instance of ChartMarginsTitle class.
Declaration
cs-api-definition
public ChartMarginsTitle()
Properties
Bottom
Sets the bottom margin in pixels or percent of the chart's height.
Declaration
cs-api-definition
[Browsable(true)]
[TypeConverter(typeof(UnitConverter))]
[SkinnableProperty]
public override Unit Bottom { get; set; }
Property Value
Overrides
Left
Sets the left margin in pixels or percent of the chart's width.
Declaration
cs-api-definition
[Browsable(true)]
[TypeConverter(typeof(UnitConverter))]
[SkinnableProperty]
public override Unit Left { get; set; }
Property Value
Overrides
Right
Sets the right margin in pixels or percent of the chart's width.
Declaration
cs-api-definition
[Browsable(true)]
[TypeConverter(typeof(UnitConverter))]
[SkinnableProperty]
public override Unit Right { get; set; }
Property Value
Overrides