2

I using a time series chart having 3 years of data. The problem is that I am not able to display the starting date as a label on the Date Axis (x axis)

For example: If I want to display data from 27th Oct, 2008 to 27th Oct, 2011, the label on the Date Axis does not start from 27th Oct, 2008, but starts from a later date.

I would like suggestions as to how to set the label to the starting date.

Any help will be appreciated.

|
|
+----------+------------------+-
          Jan 09               April 09


I want "Oct 08" to be displayed at the intersection of x and y axis.

1 Answers1

2

As this appears to be a DateAxis, a subclass of ValueAxis, setLowerMargin() is available. It should let you see the lower bound; you probably don't want it to be clipped at the intersection. You might also experiment with vertical dates, shown here.

Community
  • 1
  • 1
trashgod
  • 203,806
  • 29
  • 246
  • 1,045