Class ChartMargins
Margins base class
Inherited Members
Namespace: Telerik.Charting.Styles
Assembly: Telerik.WinControls.RadChart.dll
Syntax
public class ChartMargins : LayoutDecoratorBase, IChartingStateManagedItem, IChartingStateManager, ICloneable
Constructors
ChartMargins()
Creates new instance of ChartMargins class.
Declaration
public ChartMargins()
ChartMargins(Int32, Int32, Int32, Int32)
Creates new instance of ChartMargins class.
Declaration
public ChartMargins(int top, int right, int bottom, int left)
Parameters
System. Top margin in pixels |
System. Right margin in pixels |
System. Bottom margin in pixels |
System. Left margin in pixels |
ChartMargins(Object)
Creates new instance of ChartMargins class.
Declaration
public ChartMargins(object containerObject)
Parameters
System. Container object |
ChartMargins(Object, Unit, Unit, Unit, Unit)
Creates new instance of ChartMargins class.
Declaration
public ChartMargins(object containerObject, Unit top, Unit right, Unit bottom, Unit left)
Parameters
ChartMargins(Unit)
Creates new instance of ChartMargins class.
Declaration
public ChartMargins(Unit margin)
Parameters
Unit
margin
Value to set for all margins |
ChartMargins(Unit, Unit, Unit, Unit)
Creates new instance of ChartMargins class.
Declaration
public ChartMargins(Unit top, Unit right, Unit bottom, Unit left)
Parameters
Methods
Parse(String)
Converts the specified string to an instance of ChartMargins.
Declaration
public static ChartMargins Parse(string value)
Parameters
System. The string to convert from. |
Returns
Chart New instance of ChartMargins from the specified string |
Parse(String, CultureInfo)
Converts the specified string to an instance of ChartMargins.
Declaration
public static ChartMargins Parse(string value, CultureInfo culture)
Parameters
System. The string to convert from. |
System. Culture info |
Returns
Chart New instance of ChartMargins from the specified string |
Operators
Implicit(String to ChartMargins)
Implicitly creates a new instance of ChartMargins from the specified string.
Declaration
public static implicit operator ChartMargins(string value)
Parameters
System. The string to parse |
Returns
Chart New instance of ChartMargins from the specified string |