Overview of 2D Property Pages > PlotArea Page > General Tab (PlotArea) |
When selected (checked), the IsBoxed checkbox sets the IsBoxed property, placing a box around the plot area.
Chart2D.ChartArea.PlotArea.IsBoxed
The Top textbox specifies the distance from the top edge of the chartarea to the axis of the chart in pixels. Positive values allow space for axis labels; negative values let you “zoom in” on a chart.
Chart2D.ChartArea.PlotArea.Top.Value
When selected (checked), the IsDefault checkbox causes the chart to automatically control the Top value.
Chart2D.ChartArea.PlotArea.Top.IsDefault
The Bottom textbox specifies the distance from the top edge of the chartarea to the axis of the chart in pixels. Positive values allow space for axis labels; negative values let you “zoom in” on a chart.
Chart2D.ChartArea.PlotArea.Bottom.Value
When selected (checked), the IsDefault checkbox causes the chart to automatically control the Bottom value.
Chart2D.ChartArea.PlotArea.Bottom.IsDefault
The Left textbox specifies the distance from the left edge of the chartarea to the axis in pixels. Positive values allow space for axis labels; negative values let you “zoom in” on a chart.
Chart2D.ChartArea.PlotArea.Left.Value
When selected (checked), the IsDefault checkbox causes the chart to automatically control the Left value.
Chart2D.ChartArea.PlotArea.Left.IsDefault
The Right textbox specifies the distance from the right edge of the chartarea to the axis in pixels. Positive values allow space for axis labels; negative values let you “zoom in” on a chart.
Chart2D.ChartArea.PlotArea.Right.Value
When selected (checked), the IsDefault checkbox causes the chart to automatically control the Right value.
Chart2D.ChartArea.PlotArea.Right.IsDefault
For more information, see Adjusting PlotArea Margins.