Hi,
The work-around is working but what if I need also the left border?
Is there any work-around for that?
Hi,
You can get border on the left side of the chart using vLine attribute.
Please note, it is a work-around to have a border on the left-side of the chart.
vLines are vertical separator lines that help you separate blocks of data.
Ref. Code:
<chart yAxisMinValue='' showlimits='0' showValues='0' showPlotBorder='0' canvasBorderAlpha='0' bgAlpha='0' bgColor='FFFFFF' numDivLines='0' showBorder='0' plotGradientColor=''>
<set label='' value='' color='' />
<vLine color='00000' thickness='2'/>
<set label='' value='' color='' />
<set label='Jan' value='420' color='AD1F1F' />
<set label='Feb' value='420' color='AD1F1F' />
<trendLines>
<line startValue='0' color='000000' displayvalue=' ' />
</trendLines>
</chart>
Please find attached screen-shot for your reference.