I'm setting the color of my series using the pointColorMapping but the color of the legend icons does not match. How do I fix this? The colors are: fuchsia, skyblue, and purple.
<e-series dataSource="ViewBag.dataSources[x]" name="@ViewBag.dataSources[x][0].label" selectionStyle="series" xName="displayedPeriodMonth" width="2" co opacity="1" yName="actualPortion" yAxisName="powerAxis" pointColorMapping="color" type="@Syncfusion.EJ2.Charts.ChartSeriesType.StackingColumn">
<e-series-animation enable="false"></e-series-animation></e-series>