[]
The PlotArea class describes the plot area of the chart.
[TypeConverter(typeof(eh))]
public class PlotArea
| Name | Description |
|---|---|
| AlarmZones | Gets the AlarmZonesCollection. |
| BackColor | Gets or sets the backcolor of the PlotArea. |
| BackColor2 | Gets or sets the gradient or hatch background. |
| Boxed | Gets or sets the whether the PlotArea is enclosed in a box (solid border). |
| ForeColor | Gets or sets the forecolor of the PlotArea. |
| GradientStyle | Defines the style of the background gradient filling. |
| HatchStyle | Defines the style of the background hatch filling. |
| Location | Gets the location of the PlotArea in chart control client coordinates. |
| LocationDefault | Gets or sets the default location of the PlotArea. |
| Opaque | Gets or sets the whether the PlotArea background is opaque. |
| Size | Gets the size of the PlotArea in chart control client coordinates. |
| SizeDefault | Gets or sets the default size of the PlotArea. |
| UseAntiAlias | Gets or sets a value indicating whether to use anti-aliasing while rendering chart data. |
| View3D | Gets the View3D object of the PlotArea. |
| Visible | Gets or sets the PlotArea visibility. |
| Name | Description |
|---|---|
| ResetBackColor() | Resets the inheritance state of the PlotArea BackColor. |
| ResetForeColor() | Resets the inheritance state of the PlotArea ForeColor. |
| ResetOpaque() | Resets the inheritance state of the PlotArea Opaque. |
| ShouldSerializeBackColor() | Indicates whether the BackColor has a default value. |
| ShouldSerializeBackColor2() | Indicates whether the BackColor2 has a default value. |
| ShouldSerializeForeColor() | Returns false if the PlotArea ForeColor property is in the default state. |
| ShouldSerializeOpaque() | Returns false if the PlotArea Opaque property is in the default state. |