[]
Defines the area containing plot elements that correspond to the data points.
public class PlotArea : DependencyObject
| Name | Description |
|---|---|
| PlotArea() |
| Name | Description |
|---|---|
| BackgroundProperty | Identifies the Background dependency property. |
| ColumnProperty | Identifies the Column dependency property. |
| RowProperty | Identifies the Row dependency property. |
| StrokeProperty | Identifies the Stroke dependency property. |
| StrokeThicknessProperty | Identifies the StrokeThickness dependency property. |
| Name | Description |
|---|---|
| Background | Gets or sets the plot area background. |
| Column | Gets or sets column index of plot area. |
| Row | Gets or sets the row index of plot area. |
| Stroke | Gets or sets the stroke of plot area bounds. |
| StrokeThickness | Gets or sets the stroke thickness |