Group: Forum Members
Last Active: 10 Years Ago
Posts: 16,
Visits: 1
|
I only want to set const line as reference value for user. So how can I set const line behind bar chart. Thanks, -Jacky
|
Group: Forum Members
Last Active: Yesterday @ 1:54 AM
Posts: 3,054,
Visits: 4,009
|
Hi Jacky, You simply need to show the const line at the back wall: constLine.SetShowAtWall(ChartWallType.Front, false); constLine.SetShowAtWall(ChartWallType.Back, true);
Best Regards, Nevron Support Team
|