[]
Represents plot area in FlexChart.
public class PlotArea : DependencyObject
| Name | Description |
|---|---|
| PlotArea() |
| Name | Description |
|---|---|
| ColumnProperty | Identifies the Row dependency property. |
| HeightProperty | Identifies the Height dependency property. |
| PlotAreaNameProperty | Identifies the PlotAreaName dependency property. |
| RowProperty | Identifies the Row dependency property. |
| WidthProperty | Identifies the Width dependency property. |
| Name | Description |
|---|---|
| Column | Gets or sets the column index of the plot area. |
| Height | Gets or sets the Height of the plot area. |
| PlotAreaName | Gets or sets the plot area name. |
| Row | Gets or sets the row index of plot area. |
| Width | Gets or sets the width of the plot area. |