Group: Forum Members
Last Active: 8 Years Ago
Posts: 13,
Visits: 10
|
Hi There,
As per our requirement we need to create charts on a white background but I see striped lines even though I use the below properties which I need to get rid off nChartControl1.BackgroundStyle.FillStyle = new NColorFillStyle(Color.White); chart.Wall(ChartWallType.Back).FillStyle = new NColorFillStyle(Color.White); chart.Wall(ChartWallType.Back).Visible=false; chart.BackgroundFillStyle = new NColorFillStyle(Color.White);
Can you please let me know what property(s) I need to use to achieve the above
Thanks in Advance, Naveen Anne.
|