ChartPlotArea constructor

ChartPlotArea(
  1. Worksheet worksheet,
  2. Chart chart
)

Create an instances of ChartPlotArea class.

Implementation

ChartPlotArea(Worksheet worksheet, Chart chart) {
  _worksheet = worksheet;
  _chart = chart;
}