toSyncfusion method
Implementation
LegendPosition toSyncfusion() {
switch (this) {
case ChartLegendPosition.top:
return LegendPosition.top;
case ChartLegendPosition.bottom:
return LegendPosition.bottom;
case ChartLegendPosition.left:
return LegendPosition.left;
case ChartLegendPosition.right:
return LegendPosition.right;
}
}