EmbeddedChart constructor
EmbeddedChart({
- EmbeddedObjectBorder? border,
- int? chartId,
- EmbeddedObjectPosition? position,
- ChartSpec? spec,
Implementation
EmbeddedChart({
this.border,
this.chartId,
this.position,
this.spec,
});