Xceed Chart for WinForms v4.4 Documentation
Margins Property (Chart)


Xceed.Chart.Core.v4.4 Assembly > Xceed.Chart.Core Namespace > Chart Class : Margins Property
Controls the margin rectangle of the chart.
Syntax
'Declaration
 
<EditorAttribute(EditorBaseTypeName="System.Drawing.Design.UITypeEditor, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", EditorTypeName="Xceed.Chart.GraphicsCore.RectangleEditor, Xceed.Chart.GraphicsCore.v4.4, Version=4.4.100.0, Culture=neutral, PublicKeyToken=ba83ff368b7563c6")>
<DescriptionAttribute("Controls the margin rectangle of the chart")>
<CategoryAttribute("Margins")>
Public Property Margins As RectangleF
'Usage
 
Dim instance As Chart
Dim value As RectangleF
 
instance.Margins = value
 
value = instance.Margins
[Editor(EditorBaseTypeName="System.Drawing.Design.UITypeEditor, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", EditorTypeName="Xceed.Chart.GraphicsCore.RectangleEditor, Xceed.Chart.GraphicsCore.v4.4, Version=4.4.100.0, Culture=neutral, PublicKeyToken=ba83ff368b7563c6")]
[Description("Controls the margin rectangle of the chart")]
[Category("Margins")]
public RectangleF Margins {get; set;}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Chart Class
Chart Members