Hi,
thats real strange. Your example is working on my side as well, so I just did a copy and paste of my TChart. As it seems mine isn't working while yours continue to behave well...
Maybe you are able to reproduce that on your side too?
Search found 25 matches
- Mon Sep 28, 2015 10:43 am
- Forum: VCL
- Topic: AxisValueFormat not working as expected
- Replies: 3
- Views: 7439
- Wed Sep 23, 2015 11:54 am
- Forum: VCL
- Topic: AxisValueFormat not working as expected
- Replies: 3
- Views: 7439
AxisValueFormat not working as expected
Hi I got another strange thing with the AxisValueFormat (and possibly others) not working as expected: 1.png The screen-shot show Delphi with a form ("Auswertung") and the LeftAxis - valus and its "Values Formt:" On the left there is a little tool (Form2) compiled an running to show some numbers wit...
- Wed Sep 23, 2015 11:43 am
- Forum: VCL
- Topic: Graphical behaviour of THistogramSeries changed
- Replies: 10
- Views: 17235
Re: Graphical behaviour of THistogramSeries changed
Hi, I'm sorry, I tried to go back and rebuild the Application but got stuck on some stuff not compiling anymore, so I had to give up for now. I also tried your suggestion but setting the connection end style to flat produces "steps" instead of an offset. flat.png in conjunction with a border width o...
- Fri Sep 18, 2015 8:53 am
- Forum: VCL
- Topic: Graphical behaviour of THistogramSeries changed
- Replies: 10
- Views: 17235
Re: Graphical behaviour of THistogramSeries changed
I also see the issue regarding the "ugly offset" has always been like that, isn't it? Strange enough! I back checked with screen-shots from an older Version (the one in my initial post): old_n_full.png Even though its not of superior quality you can zoom in and see that there are "sharp" edges but ...
- Thu Sep 17, 2015 8:10 am
- Forum: VCL
- Topic: Graphical behaviour of THistogramSeries changed
- Replies: 10
- Views: 17235
Re: Graphical behaviour of THistogramSeries changed
I was lucky to find an older installation on my PC to show you how THistogramSeries worked before it got broken: Old_Behaviour.png In fact I was able to install a newer version of TChart and there its working too: Old_Behaviour2012.05.png ...and as I was at it, I installed 2014.10 which also seems t...
- Wed Sep 16, 2015 1:48 pm
- Forum: VCL
- Topic: Please to not force new options!!!!!
- Replies: 4
- Views: 9918
Re: Please to not force new options!!!!!
Of course I didn't address unintentional behaviour - one is never save of that :D ... I did mean things like the Hover - feature it is turned on by default. This way I had to go through all my source-code to turn that feature off! Edit: And it's not because I don't like it, it is because it doesn't ...
- Wed Sep 16, 2015 1:33 pm
- Forum: VCL
- Topic: Graphical behaviour of THistogramSeries changed
- Replies: 10
- Views: 17235
Re: Graphical behaviour of THistogramSeries changed
...follow up No if you use 30 samples and turn the border back on you get: C.png Which shows the "bar-like" border and the shifted offset at the top... Note: When experimenting you might need to press "Gen histogram:" a few times to get one with values below and above the current threshold! In addit...
- Wed Sep 16, 2015 1:18 pm
- Forum: VCL
- Topic: Graphical behaviour of THistogramSeries changed
- Replies: 10
- Views: 17235
Re: Graphical behaviour of THistogramSeries changed
I added a demo project (and an exe-File which needs all the run time packages). If you just run it as it is it generates 400 Samples and marks any value below 500 in red this looks like this: A.png I can't reproduce old behavior but the screen-shot from the last post was taken from an older version ...
- Tue Sep 15, 2015 1:57 pm
- Forum: VCL
- Topic: Please to not force new options!!!!!
- Replies: 4
- Views: 9918
Please to not force new options!!!!!
As a matter of latest additions to the TChart components there is a big amount of changes like the "Hover series" feature. I can understand that you are eager to present them to your users but after an update those features are enabled and if you have a project with alot of TCharts/dynamic series an...
- Tue Sep 15, 2015 1:30 pm
- Forum: VCL
- Topic: Graphical behaviour of THistogramSeries changed
- Replies: 10
- Views: 17235
Graphical behaviour of THistogramSeries changed
This seems to go back beyond the last two major updates, but was reported by a customer. Back then the THistogramSeries looked like this: old_histo.png With - at least - the last two versions (I can't go back this far with my project) it looks like this: new_hist.png As you can see the historam seem...
- Tue Sep 01, 2015 8:16 am
- Forum: VCL
- Topic: Delphi 10 Seattle
- Replies: 2
- Views: 7974
Delphi 10 Seattle
Is a Delphi 10 build already on its way? Will it just be a recompile or do we expect to have to wait for longer?
- Mon Apr 27, 2015 8:09 am
- Forum: VCL
- Topic: THistogramSeries does not display correct (values not drawn)
- Replies: 2
- Views: 6139
Re: THistogramSeries does not display correct (values not drawn)
Thanks, that worked!
- Mon Apr 27, 2015 8:07 am
- Forum: VCL
- Topic: THistogramSeries hover settings do not work
- Replies: 3
- Views: 7122
Re: THistogramSeries hover settings do not work
Yes, this is the only value which seems to change and stays that way (it doesn't have any effect changing it but it stays the way I set it): .... (even though some of the Values - like Hover->Border-Frame->Format->Color - are persistant). But as I also mentioned in my earlier post: ..click the TChar...
- Fri Apr 24, 2015 1:30 pm
- Forum: VCL
- Topic: THistogramSeries hover settings do not work
- Replies: 3
- Views: 7122
THistogramSeries hover settings do not work
Try changing the color of the the hover-outline in my last example to - lets say yellow - by using configuration dialog.. Double click the TChart select Series->HistSerie->General->Hover->Format ... (note that the "Color..." button shows black instead of red) Click the "Color..." button and select y...
- Fri Apr 24, 2015 1:23 pm
- Forum: VCL
- Topic: THistogramSeries does not display correct (values not drawn)
- Replies: 2
- Views: 6139
THistogramSeries does not display correct (values not drawn)
THistogramSeries does not Draw all its values see image and code. In fact - if you hover gently over the TChart - you will see alot of invisible values...