Class DimensionsPlotArea
Default plot area's dimensions
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Charting.Styles
Assembly: Telerik.WinControls.RadChart.dll
Syntax
public class DimensionsPlotArea : Dimensions, IChartingStateManagedItem, IChartingStateManager, ISizesAndPaddings, ICloneable
Constructors
DimensionsPlotArea()
Create new instance of DimensionsPlotArea class.
Declaration
public DimensionsPlotArea()
Properties
Margins
Specifies margins of element.
Declaration
[SkinnableProperty]
public override ChartMargins Margins { get; set; }
Property Value
ChartMargins
|