Board index » delphi » TeeChart question

TeeChart question

Hi all,

Is there any way in D4 to have an x-axis with working days only?

F.Kokkoras

--
************************************************** AUTH ***
* Fotis Kokkoras - PhD Student                            *
* Department of Informatics - Aristotle University        *
* Thessaloniki  540 06 - GREECE                           *
* ------------------------------------------------------- *
*   Home: Karaiskaki 12 - xx xxx - Thessaloniki - GREECE  *
* ------------------------------------------------------- *
*    URL: http://www.csd.auth.gr/~plk/people/fotis        *
* e-mail: kokko...@csd.auth.gr                            *
***********************************************************

 

Re:TeeChart question


Quote
Fotis Kokkoras wrote:

> Hi all,

> Is there any way in D4 to have an x-axis with working days only?

Use the OnGetAxisLabel and OnGetNextAxisLabel events for the TChart to set up
custom labels.  Basically you setup your label format in the OnGetAxisLabel
event and specify the ticks step in the OnGetNextAxisLabel event.  If the help
isn't enough for you, post again with a specific question.

Joshua D. Bush -0-0-0-0-0-0-0-0-0-0-0-0-0-0-0- The Scarlet Pumpkin

Other Threads