Drop duplicated axis label in Flex Chart
- by Sean Chen
Hi, All.
I use LineChart in Flex with horizontal category axis and I need drop duplicated category label on the chart.
The data I use are like that:
{Product: "C1", Store: "S1", Profit: "1500},
{Product: "C2", Store: "S1", Profit: "1000},
{Product: "C3", Store: "S2", Profit: "800},
{Product: "C4", Store: "S2", Profit: "1200},
{Product: "C5",…