Gets or sets a string which automatically sets multiple margins as a shortcut.
Controls the margins or amount of space in pixels that will be left around the charting elements including the Legend and title box. This property can be used in conjunction with the Chart.Background property to easily implement attractive custom borders or just pad the chart as you please. The property accepts margins "Left, Top, Right, Bottom" in pixels.
[C#]
Chart.Margin = "10"; //set all 4 Margins to 10 |
[Visual Basic]
Chart.Margin = "10" 'set all 4 Margins to 10 |
2002 - 2005 Webavail Productions Inc. & Corporate Web Solutions Ltd.. All Rights Reserved.