Hi,
I have a step-line chart displaying 2 data series (NumericTimeSeries). It's a simple type chart, not a composite one. It works fine but i can't see anything in the legend. It's visible and I tried to change its DataAssociation with the available types but only an empty box is shown.
What's missing?
Make sure that each series you create has a label assigned to it. The legend will not display a series with a blank label.mySeries.Label = "my series"
Ok, now it's working. I thought that Labels were automatically taken from ColumNames.
Thank you Max