Jump to content
Software FX Community

jch111

Members
  • Posts

    4
  • Joined

  • Last visited

jch111's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Using this code, I am unable to invert the legend box items. I need for the order of items in the legend to agree with the order of the Axis X labels. Any suggestions greatly appreciated! chart1.Data.Series = 1;chart1.Gallery = Gallery.Gantt; chart1.AllSeries.MultipleColors = true; chart1.Data[0, 0] = 2;chart1.Data[0, 1] = 3; chart1.AxisX.Labels[0] = "AAA";chart1.AxisX.Labels[1] = "BBB"; chart1.Width = 800;chart1.Height = 200; chart1.LegendBox.ItemAttributes[chart1.Series].Inverted = true; //doesn't matter whether I use true or false. This has no effectchart1.LegendBox.Visible = true;
×
×
  • Create New...