RadControls for WinForms

Base class for a chart Margins and Paddings

Namespace: Telerik.Charting.Styles
Assembly: Telerik.WinControls.RadChart (in Telerik.WinControls.RadChart.dll) Version: 2013.2.612.40 (2013.2.612.40)

Syntax

C#
[TypeConverterAttribute(typeof(MarginsConverter))]
public class LayoutDecoratorBase : StateManagedObject, 
	ICloneable
Visual Basic
<TypeConverterAttribute(GetType(MarginsConverter))> _
Public Class LayoutDecoratorBase _
	Inherits StateManagedObject _
	Implements ICloneable

Inheritance Hierarchy

System..::..Object
  Telerik.Charting..::..StateManagedObject
    Telerik.Charting.Styles..::..LayoutDecoratorBase
      Telerik.Charting.Styles..::..ChartMargins
      Telerik.Charting.Styles..::..ChartPaddings

See Also