The following illustration shows the PlotArea object on C1Chart:
The PlotArea object represents the part of the chart area that is used to display the data series. The most common properties used to customize the PlotArea include the following:
Property | Description |
Sets the color of the background of the PlotArea. | |
Determines whether the PlotArea has a solid border around it. | |
Sets the color of the border around the PlotArea (when Boxed is set to True). | |
Returns a View3D object that allows you to add 3D effects to 2D charts. |
For more information on customizing the plot area, see Plot Area.