Search found 11 matches

by Friis
Wed Mar 28, 2012 9:17 am
Forum: VCL
Topic: Taguge
Replies: 3
Views: 4290

Re: Taguge

How do I change the color of the red and gree areas?
by Friis
Wed Mar 28, 2012 9:15 am
Forum: VCL
Topic: Taguge
Replies: 3
Views: 4290

Re: Taguge

How do I change the color of the white dot indicating the value of the Gauge ??
by Friis
Wed Mar 28, 2012 9:11 am
Forum: VCL
Topic: Taguge
Replies: 3
Views: 4290

Taguge

Hi, How do I change the increment size in this TGauge? TGauge2.JPG I have tried but it doesn't work: Chart1.Axes.Left.Increment := 50; How do I change the size of the green and red colors in the interior of the Gauge?? I have marked the red area which I would like to change the apperance of... TGaug...
by Friis
Sun Jan 01, 2012 7:38 pm
Forum: VCL
Topic: OnClickSeries in TGanttSeries
Replies: 1
Views: 2647

OnClickSeries in TGanttSeries

Hi, I'm using a OnClickSeries on a GanttSeries. How do I obtain the MarkText when I click on a TGantt series? I have tried the following but it doesn't work: procedure TForm1.Chart14ClickSeries(Sender: TCustomChart; Series: TChartSeries; ValueIndex: Integer; Button: TMouseButton; Shift: TShiftState;...
by Friis
Fri Dec 30, 2011 9:49 pm
Forum: VCL
Topic: Problems with TDonutSeries
Replies: 5
Views: 5270

Re: Problems with TDonutSeries

Hi Yeray,

Concerning your comment:
I'm afraid it's still open.
Note that a workaround is to use the OpenGL canvas. You could give it a try.
How do I use the method using OpenGL canvas ??
by Friis
Tue Dec 27, 2011 8:15 pm
Forum: VCL
Topic: Problems with TDonutSeries
Replies: 5
Views: 5270

Re: Problems with TDonutSeries

Thank you for a fast reply Regarding question number 3) Would an upgrade help or is this problem still unresolved? A new question: In the chart you will see that the parts of the donutserie is located in more or less random order with respect to size?. Is it possible to relocate the order of each pa...
by Friis
Mon Dec 26, 2011 9:12 am
Forum: VCL
Topic: Problems with TDonutSeries
Replies: 5
Views: 5270

Problems with TDonutSeries

Hi, I have some problems with the TDonutseries. Please see the attached image. 1) How do I make the grey hole of the TDonutseries become white? 2) How do I make the marks seperate? As shown on the attached image the marks are loacted on top of one another. I'm using the AutoMarkPosition := true but ...
by Friis
Tue Dec 20, 2011 7:47 am
Forum: VCL
Topic: Tpointseries and transparency
Replies: 1
Views: 2713

Tpointseries and transparency

Hi,

I'm using the TPOINTSERIES to visualise when an error has occured during production.

In the attached file you'll see some red cirkels indicating an error.

How can I make the red pen non-transparent but the white interior completely transparent ??
by Friis
Tue Dec 13, 2011 8:05 pm
Forum: VCL
Topic: concerning zoom and Trect
Replies: 1
Views: 2718

Re: concerning zoom and Trect

Hi,

I'm using Charttest.ChartRect and that works just perfect...

sorry for the inconvinience

kind regards - HH Friis
by Friis
Tue Dec 13, 2011 9:33 am
Forum: VCL
Topic: concerning zoom and Trect
Replies: 1
Views: 2718

concerning zoom and Trect

Hi, I would like to calculate average, standard deviation, meadian etc on a series. However, the calculation must be done only on a zoomed part of the series. Narcís Calvet wrote to me in an email "RE: Concerning AverageTeeFunction - Customer Number: XXX" that I could do it by : "Regarding your tech...
by Friis
Wed Jun 15, 2011 1:14 pm
Forum: VCL
Topic: Calculating Average, Standard Deviation and max and min
Replies: 1
Views: 2932

Calculating Average, Standard Deviation and max and min

Hi,

How do I calculate:

Average
Standard Deviation
Max
Min

from a serie ?

If I "zoom" on a part of the serie - how do I then calculate the average, standard deviation and max and min of only the part that has been zoomed ?