Class ChartMarginsTitle
Title's margins
Inherited Members
Namespace: Telerik.Charting.Styles
Assembly: Telerik.WinControls.RadChart.dll
Syntax
public class ChartMarginsTitle : ChartMargins, IChartingStateManagedItem, IChartingStateManager, ICloneable
Constructors
ChartMarginsTitle()
Creates new instance of ChartMarginsTitle class.
Declaration
public ChartMarginsTitle()
Properties
Bottom
Sets the bottom margin in pixels or percent of the chart's height.
Declaration
[SkinnableProperty]
public override Unit Bottom { get; set; }
Property Value
Unit
|
Overrides
Left
Sets the left margin in pixels or percent of the chart's width.
Declaration
[SkinnableProperty]
public override Unit Left { get; set; }
Property Value
Unit
|
Overrides
Right
Sets the right margin in pixels or percent of the chart's width.
Declaration
[SkinnableProperty]
public override Unit Right { get; set; }
Property Value
Unit
|
Overrides
Top
Sets the top margin in pixels or percent of the chart's height.
Declaration
[SkinnableProperty]
public override Unit Top { get; set; }
Property Value
Unit
|