constructor(options?: any): PlotArea
Initializes a new instance of the PlotArea class.
Initialization options for the plot area.
Gets or sets the column index of plot area. This determines the horizontal position of the plot area on the chart.
Gets or sets the height of the plot area.
The height can be specified as a number (in pixels) or as a string in the format '{number}*' (star sizing).
Gets or sets the row index of plot area. This determines the vertical position of the plot area on the chart.
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: