Question

I have an AmStockChart graph that groups values:

I have a value with dates like

  • 2014-01-01 00:05,
  • 2014-01-01 00:10,
  • 2014-01-01 00:15,
  • ......
  • 2014-01-02 00:00 and so on.

However, AmStockChart is grouping those values and only showing them when I zoom in. Is there a way to show all the values without having to zoom in?

Était-ce utile?

La solution

Yes, you should set maxSeries property of CategoryAxesSettings to 0.

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top