Search found 44 matches

by cssesuc
Fri Nov 27, 2015 1:33 pm
Forum: VCL
Topic: number of ticks or tick frequency
Replies: 7
Views: 13055

Re: number of ticks or tick frequency

OK, many thanks for the hint. I will digest your inputs and get back to you.
by cssesuc
Fri Nov 27, 2015 8:38 am
Forum: VCL
Topic: number of ticks or tick frequency
Replies: 7
Views: 13055

Re: number of ticks or tick frequency

Hi, I might have replied too quickly here... What I understand from your email is the following I need to compute: 1- the size in pixels for the Chart: 2- the number of items for the left axis 3- get the size in pixels of one of the items of the left axis, I believe one could simply use: TAxisItem(C...
by cssesuc
Thu Nov 26, 2015 5:01 pm
Forum: VCL
Topic: number of ticks or tick frequency
Replies: 7
Views: 13055

Re: number of ticks or tick frequency

hI?
many thanks for the prompt reply. Indeed I am not using custom labels. Could it be simply that in my case, since I am using log scale, the algorithm which computes the "optimal spacing " between two consecutive labels is not working.
thanks
by cssesuc
Thu Nov 26, 2015 4:12 pm
Forum: VCL
Topic: number of ticks or tick frequency
Replies: 7
Views: 13055

Re: number of ticks or tick frequency

Hi,
the issue I have here is that I would need to figure out some algorithm to compute the increment value.
Is there some other solution I could use here instead?
thanks
by cssesuc
Wed Nov 25, 2015 2:45 pm
Forum: VCL
Topic: Labels in chinese
Replies: 1
Views: 4928

Labels in chinese

Dear support, I am trying to check whether one application we are currently working on can be translated to Chinese; I can see an issue with the legend check box which, as shown on the attached screen capture (Chinese.PNG), is not aligned with the title. Is this a known issue? // Series1.Title:= 'Is...
by cssesuc
Thu Nov 05, 2015 1:46 pm
Forum: VCL
Topic: Label (Time) at at intersection
Replies: 5
Views: 9327

Re: Label (Time) at at intersection

Hi, thanks for your feedback. Yes you're right, in the case of a Minimum time which is say 00:00 or 00:30, it works, but in my case, I need to handle scenarios for which the Minimum time, is, say 00:05 or 00:37. In that case, the Chart does not display that value. So what I want to have displayed at...
by cssesuc
Wed Nov 04, 2015 10:45 pm
Forum: VCL
Topic: Label (Time) at at intersection
Replies: 5
Views: 9327

Re: Label (Time) at at intersection

Hi, many thanks for the approach, but unfortunately it does not really work in all scenarios. The label which is drawn using the approach you suggest overlaps with the first time label which is drawn. I tried to play on the width of the label without any success. I also tried to not plot this item i...
by cssesuc
Tue Nov 03, 2015 11:41 pm
Forum: VCL
Topic: Label (Time) at at intersection
Replies: 5
Views: 9327

Label (Time) at at intersection

Hi, I am trying to display the starting DateTime at the intersection of the BottomAxis with the LeftAxis and it seems not to really work. I tried to tune the LabelsSeparation property but the result is not really convincing and I fail to display the first DateTime. How can I force the Chart BottomAx...
by cssesuc
Wed Oct 21, 2015 4:37 pm
Forum: VCL
Topic: tick with label at the intersection of the two axes
Replies: 3
Views: 6911

Re: tick with label at the intersection of the two axes

Hi, many thanks for the suggestion. This is indeed what I did in the end, but this was not enough. In addition, I had to fix the minimum value of the LeftAxis, such that the label at the intersection of the horizontal and the vertical axes is displayed. To do this, I simply: - find the minimum of th...
by cssesuc
Wed Oct 21, 2015 9:47 am
Forum: VCL
Topic: tick with label at the intersection of the two axes
Replies: 3
Views: 6911

tick with label at the intersection of the two axes

dear experts, As it is illustrated on the attached screen capture, I need to have series with the vertical axis which has a first tick at its intersection with the horizontal axis. In the attached example, I want to have 1E+9 displayed. I had a careful look at the different options of the LeftAxis, ...
by cssesuc
Wed Oct 14, 2015 10:24 pm
Forum: VCL
Topic: refresh period of chart
Replies: 4
Views: 8309

Re: refresh period of chart

Hi,many thanks for the hint, but It does not help. Is there some other solution I could use here. Because so far, the only solution I came to, is to move the mouse cursor on top of the chart.
Chart.Draw does not help.
thanks.
by cssesuc
Mon Sep 28, 2015 2:29 pm
Forum: VCL
Topic: Monochrome option and psDash interspace
Replies: 3
Views: 7132

Re: Monochrome option and psDash interspace

hi Yeray, many thanks for your reply. I certainly did not describe accurately the issue I have to deal with here and which is illustrated on the attached plot on which I need to have a grid. My point is to know whether one can control the dashes frequency aka the gap between two consecutive dashes o...
by cssesuc
Fri Sep 25, 2015 1:36 pm
Forum: VCL
Topic: Cyan color
Replies: 4
Views: 7994

Re: Cyan color

many thanks, your suggestion helped a lot. It works nicely now,
nabil
by cssesuc
Fri Sep 25, 2015 1:00 pm
Forum: VCL
Topic: Monochrome option and psDash interspace
Replies: 3
Views: 7132

Monochrome option and psDash interspace

hi, On a canvas, I set for the LeftAxis and BottomAxis axes, a Grid with psDash BottomAxis.Grid.Style = psDash If I print with Monochrome option, the grid appears as a straight line. Can one control the interspace for the Dash, and if so which option shall I use here? Many thanks for your valuable h...
by cssesuc
Wed Sep 16, 2015 1:39 pm
Forum: VCL
Topic: Cyan color
Replies: 4
Views: 7994

Re: Cyan color

Hi, I will try to prepare some standalone example ASAP, in the meanwhile, maybe the attached screen snapshot could help to see the issue, I am trying to describe here. Basically as you can see it, if the red vertical line overlaps the grid vertical line (dashed or not), you get some kind of blending...