Hi ,
I am trying to set the below propertie of aspose in .Net but unable to.
The seriesColor on the right hand side contains color in the format "{Color [A=255, R=230, G=0, B=40]}",However when the below two statement executes,the MarkerBackgroundColor and MarkerForegroundColor are not modified and always contain "{Color [A=0, R=0, G=0, B=0]}".
asposeChart.NSeries[asposeIndex].MarkerBackgroundColor = seriesColor;
asposeChart.NSeries[asposeIndex].MarkerForegroundColor = seriesColor;
Please advise.
Thanks.