Plot class consists of the following properties:
| Property | Description | Data Type | Default |
|---|---|---|---|
| BackColor | Determines the background color the plot area will be displayed in. | Color | Color.White |
| Border | Determines the border characteristics for the plot area. | Line Class | Refer to Line Class |
| Transparent | Determines whether to apply the plot's BackColor. If True, the chart's background will be shown for the plot area. | Boolean | False |