Chart constructor
Chart(
- Worksheet sheet
Create an instances of Chart class.
Implementation
Chart(Worksheet sheet) {
_worksheet = sheet;
_createChartTitle();
hasLegend = true;
}
Create an instances of Chart class.
Chart(Worksheet sheet) {
_worksheet = sheet;
_createChartTitle();
hasLegend = true;
}