'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;}