Chart - StockOpenHighLowClose

Hi,

Which property should I use to remove the Blue Lines from Stock Chart (StockOpenHighLowClose)?

see the attachment.

I have used:
NSeries[i].Border.IsVisiable = false;
NSeries[i].SeriesLines.IsVisiable = false;
NSeries[i].Area.ForegroundColor = Color.Transparent;
But all of them do not work.

Thanks.

Does anyone answer my question?

Hi,

Thanks for your posting and using Aspose.Cells.

Please provide us your sample project creating this chart. We will look into your project and try to find out the property or sample code to remove blue lines in this chart.