Xceed Chart for WinForms v4.4 Documentation
Xceed.Chart.Core.v4.4 Assembly / Xceed.Chart.Core Namespace / Chart Class / Margins Property


In This Topic
    Margins Property (Chart)
    In This Topic
    Controls the margin rectangle of the chart.
    Syntax
    'Declaration
     
    <EditorAttribute(Xceed.Chart.GraphicsCore.RectangleEditor, System.Drawing.Design.UITypeEditor)>
    <CategoryAttribute("Margins")>
    <DescriptionAttribute("Controls the margin rectangle of the chart")>
    Public Property Margins As RectangleF
    'Usage
     
    Dim instance As Chart
    Dim value As RectangleF
     
    instance.Margins = value
     
    value = instance.Margins
    [Editor(Xceed.Chart.GraphicsCore.RectangleEditor, System.Drawing.Design.UITypeEditor)]
    [Category("Margins")]
    [Description("Controls the margin rectangle of the chart")]
    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