Search found 23 matches
- Sun Apr 14, 2013 8:12 pm
- Forum: VCL
- Topic: Problems with linear Gauge
- Replies: 1
- Views: 4857
Problems with linear Gauge
Hi, I have a linear gauge (see attachment Gauge.jpg). I would like to change the brush of the hand like this Hand.Brush.Style := BsHorizontal; so that the hand will have horizontal lines similar to the attached sketch "sketch.jpg" However, setting brushstyle to BsHorizontal does to seem to work - wh...
- Mon Feb 18, 2013 10:44 am
- Forum: VCL
- Topic: Problems with Chart1.Axes.Bottom.Items.Clear;
- Replies: 1
- Views: 5229
Problems with Chart1.Axes.Bottom.Items.Clear;
Hi, When I change between TAxisLabelSTyle "TalValue" and "TalMark" and also using the Chart1.Axes.Bottom.Items.Clear; method I have problems with the bottom axis - it simply disappears. Try the following: (see code below) 1) Press button1 once (bottom axis TAxisLabelSTyle is talValue; it works fine)...
- Thu Jan 03, 2013 9:26 am
- Forum: VCL
- Topic: Error in TColorGridSeries and TLegendPalette
- Replies: 5
- Views: 9991
Re: Error in TColorGridSeries and TLegendPalette
Hi,
I'm using TeeChart V2012.05.120327 so I will update to V2012.07.
I'm using Delphi 2007, for Win 32, R2 Version 11.0.2902
I'm using TeeChart V2012.05.120327 so I will update to V2012.07.
I'm using Delphi 2007, for Win 32, R2 Version 11.0.2902
- Wed Jan 02, 2013 11:37 am
- Forum: VCL
- Topic: Error in TColorGridSeries and TLegendPalette
- Replies: 5
- Views: 9991
Re: Error in TColorGridSeries and TLegendPalette
Hi Yeray,
You need to click on the chart in order to get the error
I have attached an image of the error message...
You need to click on the chart in order to get the error
I have attached an image of the error message...
- Wed Jan 02, 2013 8:52 am
- Forum: VCL
- Topic: Error in TColorGridSeries and TLegendPalette
- Replies: 5
- Views: 9991
Error in TColorGridSeries and TLegendPalette
Hi, When I use the code below I get an error: "Control '' has no parent window"?? How do i fix that error?? Can You reproduce that error?? unit Unit10; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, ExtCtrls, TeeProcs, TeEngine, Chart, TeeSurfa, Te...
- Wed Dec 05, 2012 12:58 pm
- Forum: VCL
- Topic: Grey Edge on Graphs
- Replies: 1
- Views: 5885
Grey Edge on Graphs
Hi, When use the code bmp.Canvas.Draw(0,0,Chart1.TeeCreateBitmap(clwhite,Chart1.ClientRect)); I get an grey edge on the edge of the graphs. If you look at the attached picture, you can in the file "FromWord" see at bitmap that has been put into a word file and then a Screen Dump has been made. The g...
- Wed Dec 05, 2012 12:50 pm
- Forum: VCL
- Topic: problems with TGanttSeries and LeftAxis Labels
- Replies: 5
- Views: 10697
Re: problems with TGanttSeries and LeftAxis Labels
Hi Yeray,
I didn't know that property existed - Thank you; it works fantatsic know
I didn't know that property existed - Thank you; it works fantatsic know
- Tue Dec 04, 2012 3:07 pm
- Forum: VCL
- Topic: problems with TGanttSeries and LeftAxis Labels
- Replies: 5
- Views: 10697
Re: problems with TGanttSeries and LeftAxis Labels
Hi Yeray,
Actually, what I would like is that, that part of the marks that are "outside" of the Chart area is not being shown. So that the area with the Left Axis Labels does not show the marks at all.
Actually, what I would like is that, that part of the marks that are "outside" of the Chart area is not being shown. So that the area with the Left Axis Labels does not show the marks at all.
- Tue Dec 04, 2012 12:15 pm
- Forum: VCL
- Topic: TChart & Unicode
- Replies: 1
- Views: 4989
TChart & Unicode
Hi,
Does TChart support Unicode??
For instance, is there any possibility to input a Unicode string (WideString) into TChart Title?
Does TChart support Unicode??
For instance, is there any possibility to input a Unicode string (WideString) into TChart Title?
- Tue Dec 04, 2012 10:09 am
- Forum: VCL
- Topic: problems with TGanttSeries and LeftAxis Labels
- Replies: 5
- Views: 10697
Re: problems with TGanttSeries and LeftAxis Labels
The problem seems to be related to the problem with
Code: Select all
Marks.Transparent := true;
- Tue Dec 04, 2012 10:08 am
- Forum: VCL
- Topic: problems with TGanttSeries and LeftAxis Labels
- Replies: 5
- Views: 10697
problems with TGanttSeries and LeftAxis Labels
Hi, When making the code below, The marks seems to interfere with the LeftAxis Labels. I have attached a figure illustraing the problem. How can I avoid that?? procedure TForm10.FormShow(Sender: TObject); var I: Integer; begin Chart1.View3D := false; with Chart1.AddSeries(TGanttSeries.Create(self)) ...
- Mon Dec 03, 2012 2:00 pm
- Forum: VCL
- Topic: THorizBarSeries And Labels
- Replies: 3
- Views: 8108
Re: THorizBarSeries And Labels
Hi Sandre,
That works fantastic - Thank you!!
Can I move the label so that it is located on center for each bar??
As shown on the attached bar; the labels are located next to the individual bars; I would like to have the marks located on the center of each bar?
That works fantastic - Thank you!!
Can I move the label so that it is located on center for each bar??
As shown on the attached bar; the labels are located next to the individual bars; I would like to have the marks located on the center of each bar?
- Mon Dec 03, 2012 9:38 am
- Forum: VCL
- Topic: THorizBarSeries And Labels
- Replies: 3
- Views: 8108
THorizBarSeries And Labels
Hi
Why Can't I see the Labels on the HorizBarSeries??
The Labels are only visible for only for two of the bars in the ThorizBar. For the remaining bars, the labels are hidden below the bars??
Why Can't I see the Labels on the HorizBarSeries??
The Labels are only visible for only for two of the bars in the ThorizBar. For the remaining bars, the labels are hidden below the bars??
- Thu Nov 15, 2012 10:55 am
- Forum: VCL
- Topic: GetTeeBrush and TGanttSeries
- Replies: 1
- Views: 5229
GetTeeBrush and TGanttSeries
Hi, Two questions: 1) I would like to put a brush on a TGanttSeries - the code below doesn't allow me to do that? How do I assing the Brush to the TGanttseries?? 2) Is it possible to assing different types of Brush to different Points in the same GanttSeries? How do I do that? procedure TForm10.Form...
- Fri Nov 09, 2012 3:00 pm
- Forum: VCL
- Topic: TGantt Problem
- Replies: 1
- Views: 5054
TGantt Problem
Hi, When using the code below, the legend does not indicate the red color - Is this a bug or am I doing something wrong...?? begin Chart1.Legend.Visible := true; Chart1.Legend.Alignment := laBottom; Chart1.Legend.LegendStyle := lsSeries; with Chart1.AddSeries(TGanttSeries.Create(self)) as TGanttSeri...