Search found 7 matches

by Hidayah
Tue Dec 13, 2011 6:43 pm
Forum: ActiveX
Topic: ActiveX component can't create object: 'TeeChart.TChart'
Replies: 1
Views: 5538

ActiveX component can't create object: 'TeeChart.TChart'

Hello, I am moving a legacy website to a new server (2008 R2). I have run regsvr32 on the TeeChart OCX (v 5.0.3.1). but am getting an error message: Microsoft VBScript runtime error '800a01ad' ActiveX component can't create object: 'TeeChart.TChart' Grateful if anyone can offer any assistance. Gary
by Hidayah
Thu Jan 24, 2008 8:41 am
Forum: .NET
Topic: Help with Gauge Control
Replies: 1
Views: 3721

Help with Gauge Control

Please can you tell me how to set the following in code. I have a gauge control on my page. 1) I would like to set the font for the numbering across the axes to be larger. 2) I would like to move the numbers further down. 3) I would like to set the background to transparent. I have noticed a bug whe...
by Hidayah
Wed Jan 23, 2008 2:09 pm
Forum: .NET
Topic: Version
Replies: 1
Views: 3282

Version

I am using the latest evaluation version. I can eend you an email showing what the exact problem is.
by Hidayah
Wed Jan 23, 2008 1:56 pm
Forum: .NET
Topic: Seeting Data Value In Code
Replies: 1
Views: 3298

Seeting Data Value In Code

in Design mode I can set the Data value.
But how can I set the data value in asp.net code

Do you have a full working example of how to use the Gauge control.
by Hidayah
Wed Jan 23, 2008 12:15 pm
Forum: .NET
Topic: Gauge Problem
Replies: 3
Views: 5075

Pointer issue

I think the first pointer is part of the image. Can this pointer be removed
by Hidayah
Wed Jan 23, 2008 12:13 pm
Forum: .NET
Topic: Gauge Control Percentage Number
Replies: 1
Views: 3205

Gauge Control Percentage Number

ON the gauge control how do I space the numbers out. As the numbers are appearing very close together.
by Hidayah
Wed Jan 23, 2008 11:48 am
Forum: .NET
Topic: Gauge Problem
Replies: 3
Views: 5075

Gauge Problem

Ive got a guage control on my page And I use the following code Dim Gauge1 As Steema.TeeChart.Styles.Gauges = New Steema.TeeChart.Styles.Gauges(TChart1.Chart) Gauge1.Value = 60 to set the gauge. But the actual pointer is set to 0 whilst here is another thin black right pointing to six. How do I get ...