Let me know how do following thing from Syncfusion?
From Excel:
Select the Line -> Format -> Shape Outline -> Weight -> More Lines then Format Data Series Windows will be opened.
Now
Go to Line Style -> Width; this value i want to set it from
Syncfusion to an arbitrary number. Please provide me solution how to do
that.
currently i am doing this like:
IChartSerie serie = chart.Series[i]
serie.SerieFormat.LineProperties.LineWeight = ExcelChartLineWeight.Wide;
But i want more think lines. how can i do it?
Thanks,
Krishna