Search found 6 matches

by Chris L
Tue Mar 01, 2005 2:18 pm
Forum: ActiveX
Topic: Using TeeChart in a MS Access Report
Replies: 1
Views: 4310

Using TeeChart in a MS Access Report

Hi, I'm using TeeChart for printing a Bubble Chart in a MS Access Form and Report. I'm using an ADO-Recordset, for example: ado_conn.Open ... rs.Open TabName, ado_conn ... teeChart.Series(0).DataSource = rs teeChart.Series(0).YValues.ValueSource = "Y" teeChart.Series(0).XValues.ValueSource = "X" tee...
by Chris L
Tue Apr 20, 2004 1:24 pm
Forum: ActiveX
Topic: Problems with ClipPoints - Property
Replies: 1
Views: 5269

Problems with ClipPoints - Property

Hi I'm using TeeChart 6 for drawing a bubble Chart. But when there are bubbles, bigger then the boundaries of the chart, they are drawn over the whole form (not only inside the ActiveX Component) in my Access Application. Even bubbles, which are should not be visible anymore (for example a bubble wi...
by Chris L
Thu Feb 19, 2004 9:34 am
Forum: ActiveX
Topic: panel-transparency
Replies: 3
Views: 9948

I had the idea to create the TeeChart over the entire form, and increased the margins around the chart so that I can place my buttons and other controls around it to use the back-image of TeeChart as back-image for my form. But everytime TeeChart draws itself in foreground even when I move it into b...
by Chris L
Wed Feb 18, 2004 12:43 pm
Forum: ActiveX
Topic: panel-transparency
Replies: 3
Views: 9948

panel-transparency

Hi Is it possible to set transparency = 100% to the whole panel not only for walls, legend, etc., because I want to see the back-image placed in my Access-Form? (Tee-Chart is only a part of my form, so it is not very useful to set this image as back-image in the panel-properties of Tee-Chart) Thanks...
by Chris L
Wed Feb 11, 2004 9:36 am
Forum: ActiveX
Topic: TChart_OnClickSeries Problems in bubble-series
Replies: 3
Views: 9744

Hi

When would this new release be available?
I need a solution very quickly.

Thank you

V.Ri.
by Chris L
Thu Feb 05, 2004 3:28 pm
Forum: ActiveX
Topic: TChart_OnClickSeries Problems in bubble-series
Replies: 3
Views: 9744

TChart_OnClickSeries Problems in bubble-series

Hi I use TeeChart v6 to create a bubble-series. I want to change the color of a bubble when I click on it, so I use the TChart_OnClickSeries event. With the ValueIndex, which I got from the event, I can change the color of the nearest bubble, on which I clicked. But when I've got two bubbles on the ...