Hello User92, jChartFX allows you to invert the labels of the series in the LegendBox. In order to use the inverted property, please refer to the code below: [Javascript] var lia = new cfx.LegendItemAttributes();
lia = chart1.getLegendBox().getItemAttributes().getItemList(chart1.getSeries());
lia.setInverted(true); Also, jChartFX provides the BringToFront and SendToBack methods. By utilizing those members, developers may control the order of SeriesAttributes in the chart. This property may be used to determine the original starting position for a selected SeriesAttributes object in the S