Drawing a dashed line across the tops of Flex Column Chart
- by Anoop
Hi all,
Please find the below code
<?xml version="1.0" encoding="utf-8"?>
];
]]>
This code is drawing a colum chart with two columns and drawing a line across the top of both columns. I have two requirements :
the line need to be dashed
as of now the line starts from top right corner of the first column to the same corner of the second column. How can i shift the line to the left, so that it starts from center of first column to center of second column.
Regards, PK