Search found 3275 matches

by Pep
Mon Dec 01, 2003 11:47 pm
Forum: ActiveX
Topic: Legend Color
Replies: 3
Views: 12722

Hi Christian, this is by default, you cannot assign the Color for the legend symbol of one Series with multiple colors (I think this feature will be available for the next TeeChart Pro v7). Also, if you want to show the Series color in the legend you can do something like this : TChart1.Series(iSer)...
by Pep
Mon Dec 01, 2003 11:15 pm
Forum: ActiveX
Topic: Zoom events
Replies: 5
Views: 16655

How about using the following code ? Private Sub TChart1_OnMouseDown(ByVal Button As TeeChart.EMouseButton, ByVal Shift As TeeChart.EShiftState, ByVal X As Long, ByVal Y As Long) With TChart1 If .Series(0).XScreenToValue(X) > .Axis.Bottom.Minimum And .Series(0).XScreenToValue(X) < .Axis.Bottom.Maxim...
by Pep
Mon Dec 01, 2003 1:12 pm
Forum: .NET
Topic: How can I avoid "Mark" overlap on a Pie Chart
Replies: 8
Views: 17453

>Can I call a method or set a Property that can put the Marks on >the "Right" and "Left" side of the Pie Chart ? >Otherwise, it is too hard to control the Marks position. The Doc about >Positions is not say too much, I must debug many times to understand >what he do. The best way around this it to m...
by Pep
Mon Dec 01, 2003 11:38 am
Forum: ActiveX
Topic: Zoom events
Replies: 5
Views: 16655

The best way I can think of is creating your custom code to handle the zoom, using something like the following code : Dim DownX, DownY, MoveX, MoveY, UpY, UpX, Go Private Sub Form_Load() With TChart1 .AddSeries scLine .Series(0).FillSampleValues 100 .Zoom.Enable = False End With End Sub Private Sub...
by Pep
Sun Nov 30, 2003 8:42 pm
Forum: VCL
Topic: Q: how to plot a Horizontal line in a Line Chart?
Replies: 4
Views: 15058

How about using the ColorLine tool ?
I think it does all that you're looking for. You can see one example example of it in the TeeChart Pro Demo Features under : All Features -> Welcome ! -> Tools -> Color Line

Josep Lluis Jorge
http://support.steema.com
by Pep
Sun Nov 30, 2003 8:18 pm
Forum: ActiveX
Topic: Add a Gauge at run time. Problems
Replies: 1
Views: 9010

>m_ChartGauge.AddSeries(scGauge); // is this needed ? Where are you creating the scGauge series ? Could you please send me one example with which I can reproduce the problem "as is" here. You can send it to the steema.public.attachments newsgroup or to pep@steema.com Josep Lluis Jorge http://support...
by Pep
Fri Nov 28, 2003 7:32 pm
Forum: ActiveX
Topic: OCX in web pages
Replies: 7
Views: 23333

Please find the example in the steema.public.attachments newsgroups.

Josep Lluis Jorge
http://support.steema.com
by Pep
Thu Nov 27, 2003 6:00 pm
Forum: ActiveX
Topic: Teechart6 is permanently CRASHING
Replies: 1
Views: 8933

>PS: sorry, I do not know how to make attachment here.
You can tell the a link so I can download it or send me it to pep@steema.com

Josep Lluis Jorge
http://support.steema.com
by Pep
Thu Nov 27, 2003 4:27 pm
Forum: VCL
Topic: Align Legend to Chart title
Replies: 2
Views: 10890

Hi Perry, to do this you can use the following code : with Chart1 do begin Legend.Alignment := latop; Legend.CustomPosition := true; Draw; Legend.Top := Chart1.Title.Top; Legend.Left := Chart1.Title.Left + Chart1.Title.Width + 10; end; Josep Lluis Jorge http://support.steema.com
by Pep
Thu Nov 27, 2003 4:13 pm
Forum: ActiveX
Topic: Multiple Y Axis
Replies: 2
Views: 11272

Hi Serge,

you can see some examples which show you how to use the Custom Axes in the TeeChart Pro AX v6 Demo Features under :
Welcome ! -> Previous version -> New Features -> Chart -> Axes ->..

Josep Lluis Jorge
http://support.steema.com
by Pep
Thu Nov 27, 2003 12:48 pm
Forum: .NET
Topic: adding a line chart over a colormap
Replies: 1
Views: 6162

Hi Matt, using the following code works fine here : private void Form1_Load(object sender, System.EventArgs e) { tChart1.Aspect.View3D = false; tChart1.Series.Add(new Steema.TeeChart.Styles.ColorGrid()); tChart1.Series.Add(new Steema.TeeChart.Styles.Line()); tChart1[0].FillSampleValues(10); tChart1[...
by Pep
Thu Nov 27, 2003 11:51 am
Forum: VCL
Topic: Bring TSeriesMarkPosition to front
Replies: 7
Views: 21785

>Now, the 0 in the "Fourth Item" is hidden behind the "Fourth Item" Bar of the "Second Series" bar. Yes, I see the problem now. It's a known defect (the labels are hidden in 2D mode, it works fine using 3D), if's already added on our defect list and a fix for it will be considered to inclusion for t...
by Pep
Thu Nov 27, 2003 10:26 am
Forum: ActiveX
Topic: printing problems
Replies: 1
Views: 9424

Hi Wayne,

could you please post a link so I can download an example with which I can reproduce the problem "as is" here. Or could you please send me it directly to pep@steema.com ?

Josep Lluis Jorge
http://support.steema.com
by Pep
Thu Nov 27, 2003 9:00 am
Forum: ActiveX
Topic: VC++ example "Surface" does not work!
Replies: 13
Views: 35944

Could you please check it again. I've just test it now and I can access.

Josep Lluis Jorge
http://support.steema.com
by Pep
Wed Nov 26, 2003 10:04 pm
Forum: VCL
Topic: Marks inside of stacked bars?
Replies: 11
Views: 32166

Ok, I'll add on our wish list to be considered for the next releases.

Josep Lluis Jorge
http://support.steema.com