Class ChartMarginsPlotArea
Plot area's margins
Inherited Members
Namespace: Telerik.Charting.Styles
Assembly: Telerik.WinControls.RadChart.dll
Syntax
public class ChartMarginsPlotArea : ChartMargins, IChartingStateManagedItem, IChartingStateManager, ICloneable
Constructors
ChartMarginsPlotArea()
Creates new instance of ChartMarginsPlotArea class.
Declaration
public ChartMarginsPlotArea()
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
|