Search found 8 matches
- Mon Mar 15, 2010 5:05 pm
- Forum: VCL
- Topic: Align Left and Custom Axis titles when at angle 90
- Replies: 1
- Views: 2084
Align Left and Custom Axis titles when at angle 90
When Left axis and Left Custom Axis titles are at a 90 degree angle, how is it possible to align them so that they line up. (D2010, TeeChart 8.06). It appears that their offset from the panel is determined by each Axis' max label width. Is there a way to get all of the axes to calculate offset based...
- Tue Jan 05, 2010 7:02 pm
- Forum: VCL
- Topic: Cloned chart axis label color problem
- Replies: 3
- Views: 3755
Re: Cloned chart axis label color problem
Thanks, Yeray Here is my version of your code. The most significant difference is that I am cloning the series from the source existing chart. It is also necessary to repeatedly re-set the cloned chart each time the source chart changes. I do that by destroying the clone and re-creating. In our test...
- Mon Jan 04, 2010 6:24 pm
- Forum: VCL
- Topic: Cloned chart axis label color problem
- Replies: 3
- Views: 3755
Cloned chart axis label color problem
Hello, with TeeChart 8.06 / Delphi2010 / Windows XP I am having this problem: - clone a chart - Axis label color always goes to black on the cloned chart (I might be able to live with that, but see next issue) - Cannot change the cloned axis label color by using code (LeftAxis.LabelsFont.Color := .....
- Fri Apr 03, 2009 2:58 pm
- Forum: VCL
- Topic: Legend scroll bar thumb not tracking with mouse
- Replies: 9
- Views: 7953
- Thu Apr 02, 2009 7:09 pm
- Forum: VCL
- Topic: Legend scroll bar thumb not tracking with mouse
- Replies: 9
- Views: 7953
Thanks, Yeray, I've posted another project that uses your code, (it frees the existing scroll bar and re-instantiates it, slightly different and possibly significant), ALSO, the lockup is slightly different than originally described as the thumb is simply moved to the right as far as possible, not o...
- Tue Mar 31, 2009 2:39 pm
- Forum: VCL
- Topic: Legend scroll bar thumb not tracking with mouse
- Replies: 9
- Views: 7953
Narcis, I took out the Raise controls that I missed earlier, if there are still problems compling perhaps there is a uses reference that can be removed somewhere.. the database objects were not used but should have been removed and are gone now, sorry for the confusion. You should find ThumbTest2.zi...
- Mon Mar 30, 2009 6:42 pm
- Forum: VCL
- Topic: Legend scroll bar thumb not tracking with mouse
- Replies: 9
- Views: 7953
Example posted
Narcis, I posted an example although unfortunately this one only shows the first problem. However if I fix that one it will really help,
Thanks,
dan
Thanks,
dan
- Mon Mar 30, 2009 4:22 pm
- Forum: VCL
- Topic: Legend scroll bar thumb not tracking with mouse
- Replies: 9
- Views: 7953
Legend scroll bar thumb not tracking with mouse
Hello, I'm having these issues with the Legend Scroll Bar thumb: Legend scroll bar set up as DrawStyle = dsWhenNeeded When user drags the Legend Scrollbar Thumb with the mouse, the thumb does not stay with the mouse cursor. This does elminate the dsWhenNeeded problem below. Legend scroll bar set up ...