[]
Represents the plot area of the chart.
public class Chart2DPlotArea : ChartRect, INotifyPropertyChanged, IC1Serializable
| Name | Description |
|---|---|
| AlarmZones | Gets the collection of ChartAlarmZone. |
| BackColor | Gets or sets the background color of the plot area. Inherits from the chart area. |
| BackColor2 | Gets or sets the second background color for gradient or hatch style. Inherits from the chart area. |
| Boxed | Gets or sets whether the plot area is enclosed in a box (solid border). |
| ForeColor | Gets or sets the foreground color of the plot area. Inherits from the chart area. |
| GradientStyle | Gets or sets the type of gradient background filling. Inherits from the chart area. |
| HatchStyle | Gets or sets the type of hatch background filling. Inherits from the chart area. |
| Opaque | Gets or sets whether the plot area background is opaque. Inherits from the chart area. |
| UseAntiAlias | Gets or sets whether to use anti-aliasing while rendering chart data. |
| View3D | Gets the Chart2DView3D object of the plot area. The returned Chart2DView3D object has properties which are used to set 3D aspects of the plot area for charts with 3D effects. |
| Name | Description |
|---|---|
| AssignFrom(ChartObject) | For internal use only. Assigns (copies) properties from another ChartObject to the current object. |
| ResetBackColor() | Resets the BackColor property to default state. |
| ResetBackColor2() | Resets the BackColor2 property to default state. |
| ResetForeColor() | Resets the ForeColor property to default state. |
| ResetGradientStyle() | Resets the GradientStyle property to default state. |
| ResetHatchStyle() | Resets the HatchStyle property to default state. |
| ResetOpaque() | Resets the Opaque properyt to default state. |
| ShouldSerializeBackColor() | Returns false if the BackColor property is in the default state. The default state is to inherit the BackColor from the Chart2DArea object. |
| ShouldSerializeBackColor2() | Returns false if the BackColor2 property is in the default state. The default state is to inherit the BackColor2 from the Chart2DArea object. |
| ShouldSerializeForeColor() | Returns false if the ForeColor property is in the default state. The default state is to inherit the ForeColor from the Chart2DArea object. |
| ShouldSerializeGradientStyle() | Returns false if the GradientStyle property is in the default state. The default state is to inherit the GradientStyle from the Chart2DArea object. |
| ShouldSerializeHatchStyle() | Returns false if the HatchStyle property is in the default state. The default state is to inherit the HatchStyle from the Chart2DArea object. |
| ShouldSerializeOpaque() | Returns false if the Opqaue property is in the default state. The default state is to inherit the Opaque from the Chart2DArea object. |