Profile Picture

Charts with whitebackground

Posted By Naveen Anne 11 Years Ago
Author
Message
Naveen Anne
Posted 11 Years Ago
View Quick Profile
Junior Member

Junior Member (12 reputation)Junior Member (12 reputation)Junior Member (12 reputation)Junior Member (12 reputation)Junior Member (12 reputation)Junior Member (12 reputation)Junior Member (12 reputation)Junior Member (12 reputation)Junior Member (12 reputation)

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.




Similar Topics


Reading This Topic