|
No heading with addLineLayer |
Posted by AC on Dec-12-2020 22:16 |
|
Hi Peter,
I am using VB.net from VS 2015 Community Edition. As the subject goes, I am unable to show the heading using addLineLayer.
I am using CandleStickLayer to plot the chart. Along with this main chart, I will be plotting some other values on second Y Axis. Below is the code -
Dim lineLayer1 As LineLayer = c.addLineLayer(lp, &HFF00FF, "Long")
lineLayer1.setUseYAxis2()
Dim lineLayer2 As LineLayer = c.addLineLayer(sp, &HFF00FF, "Short")
lineLayer2.setUseYAxis2()
FYI, my project is not using DWrite.dll
Regards
AC |
Re: No heading with addLineLayer |
Posted by AC on Dec-16-2020 20:19 |
|
Hi Peter
Thanks a lot.
Regards
AC |
|