I'm using a TDBChart
- from TeeChart Std to display a pie chart that does a SUM
of values from my PRICE
column inside the db I'm using and it's sorting the data on Months
- from a DATE
column that's set as datetime type
in the database.
My TDBChart
displays the following:
My problem: How do I make it display the month as October-2016 and November-2016
(idealy Oct-16 and Nov-16 respectively).
As you can see, it's currently displaying it as numbers - 10-16 and 11-16.
Can't seem to find a Format option for this anywhere inside the series options.