In This Topic
The following tables list the members exposed by PlotArea.
Public Constructors
Public Properties
| Name | Description |
| Column | Gets or sets the column number of plot area. Using column property, you can set vertical position of the plot area on the chart. |
| Height | Gets or sets height of the plot area. The height can be specified as number(sets the height in pixels) or string in the format '{number}*' (star sizing). |
| Name | Gets or sets the plot area name. |
| Row | Gets or sets the row number of plot area. Using row property, you can set horizontal position of the plot area on the chart. |
| Style | Gets or sets the style of the plot area. |
| Width | Gets or sets width of the plot area. The width can be specified as number(sets the width in pixels) or string in the format '{number}*' (star sizing). |
Top
See Also