Client-Side API Reference > FlexChart > wijmo.chart > PlotArea Class |
constructor(): PlotArea
Initializes a new instance of the PlotArea class.
Gets or sets the column number of plot area. Using column property, you can set vertical position of the plot area on the chart.
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).
Gets or sets the row number of plot area. Using row property, you can set horizontal position of the plot area on the chart.
Gets or sets the style of the plot area.
Using style property, you can set appearance of the plot area. For example:
pa.style = { fill: 'rgba(0,255,0,0.1)' };
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).
Represents a plot area on the chart.
The chart can have multiple plot areas with multiple axes. To assign axis to plot area use Axis.plotArea property. For example: