Search found 50 matches

by Faizullah Khan
Fri Oct 24, 2008 11:50 am
Forum: ActiveX
Topic: Equal/Logical intervals for y-axis of TeeChart graph
Replies: 1
Views: 3557

Equal/Logical intervals for y-axis of TeeChart graph

We are using TeeChart ActiveX control in VB 6 to display line graph curves. The problem is that axis intervals/increments are not appearing logical. We want these to be multiples of 1, 5, 10 etc. depending upon the graph values. Please note that graph values are not predictable and can be as low as ...
by Faizullah Khan
Tue Jan 09, 2007 12:22 pm
Forum: ActiveX
Topic: Set Teechart Default properties
Replies: 1
Views: 3574

Set Teechart Default properties

Hi We set properties of TeeChart at design time then we plot the Chart and modify some properties like change axes grid lines,grid width,axes Ticks style and panel colour etc. We remove all series from the Chart and then again plot the Chart with new series with out loading form(i.e TeeChart). We re...
by Faizullah Khan
Tue Jan 09, 2007 9:58 am
Forum: ActiveX
Topic: Axes Scale problem
Replies: 8
Views: 9849

Hi

This event only fire when we close the TeeCommander , we need to update the TeeChart as soon as we change the Desired increment to axis or any other property of TeeChart from the Editor.

Regards
Faizullah
by Faizullah Khan
Tue Jan 09, 2007 9:19 am
Forum: ActiveX
Topic: Axes Scale problem
Replies: 8
Views: 9849

Hi

What event of TeeChart is fired when we change the Desired increment to Axis from TeeChart Editor

Regards
by Faizullah Khan
Tue Jan 09, 2007 8:04 am
Forum: ActiveX
Topic: Axes Scale problem
Replies: 8
Views: 9849

Hi Custom lablels works fine , But When We change desired increment to axis from TeeChart Editor (i.e Change desired increment from 10 to 15) desired increment is not updated on the TeeChart. TChart1.Axis.Bottom.Labels.Clear ' custom labels for X axis For lLabel = TChart1.Axis.Bottom.Minimum To TCha...
by Faizullah Khan
Tue Dec 26, 2006 7:54 am
Forum: ActiveX
Topic: Axis Scaling Problems
Replies: 2
Views: 4230

Axis Scaling problem has been solved

Excellent, That works.

Thanks Narcis
by Faizullah Khan
Wed Dec 20, 2006 3:05 pm
Forum: ActiveX
Topic: Axis Scaling Problems
Replies: 2
Views: 4230

Axis Scaling Problems

Hi I have a problem in axis scaling, when i use the following data Private Sub Form_Load() With TChart1 .AddSeries scLine .Series(0).AddXY 288.904, 0.000104441, "", vbRed .Series(0).AddXY 293.004, 0.000105175, "", vbRed .Series(0).AddXY 297.129, 0.000105942, "", vbRed .Series(0).AddXY 301.251, 0.000...
by Faizullah Khan
Fri Dec 08, 2006 6:30 am
Forum: ActiveX
Topic: TeeChart Line/Pint series Style in VB 6.0
Replies: 2
Views: 4270

Hi,

Thanks ,Yes its our issue to customizing the vb6 combo box ,but if you
Or some one else have any idea how to customise VB 6.0 combo box ,then help us in this regard.


Thanks & regards
by Faizullah Khan
Tue Dec 05, 2006 6:06 am
Forum: ActiveX
Topic: Axes Scale problem
Replies: 8
Views: 9849

Hi

I send test project on Narcis email address ,Kindly review the project OR test this code in visual basic 6.0 . its urgent

We are using VB 6.0 and TeeChart v7

Thanks with regard
by Faizullah Khan
Mon Dec 04, 2006 12:51 pm
Forum: ActiveX
Topic: Point series "Small Dot "
Replies: 3
Views: 5268

Point series "Small Dot "

HI

In Point series when change point style to "Small Dot" and Increase
the width of point .it takes no effect.(i.e size of Small dot doesn't increase).

Thanks
by Faizullah Khan
Mon Dec 04, 2006 11:15 am
Forum: ActiveX
Topic: Axes Scale problem
Replies: 8
Views: 9849

Axes Scale problem

Hi I am sending this line of code ,I set the automatic increment for Axes to false and Evaluate the Axes on the basis of values assigned to Chart. The labels on the Axes or not properly displayed ,The Minimum value for X and Y axis is not properly labled at the Crossing point of X,Y axis. I sending ...
by Faizullah Khan
Tue Nov 28, 2006 2:47 pm
Forum: ActiveX
Topic: TeeChart Line/Pint series Style in VB 6.0
Replies: 2
Views: 4270

TeeChart Line/Pint series Style in VB 6.0

Hi

In TeeChart editeor Line/point series show the Style in combo box with the text description and Line/Point style.
Is it possible that we show same Look and feel (e.i Left triangle with the symbol ,Solid line with solid line symbol ,etc. )in VB 6.0 Combo box.

Thanks With regards
by Faizullah Khan
Fri Nov 24, 2006 12:06 pm
Forum: ActiveX
Topic: Disable to Delete series from Keyboard
Replies: 1
Views: 3210

Disable to Delete series from Keyboard

Hi

I disable the Delete button using the code

Code: Select all

TeeEditor1.Options.Delete = False
But slecting series and then clicking "Delete" button on the key board, I am able to Delete the series.
How we disable this option.

Thanks & Regards
by Faizullah Khan
Fri Nov 24, 2006 11:58 am
Forum: ActiveX
Topic: To show Relevent option in TeeCommander And TeeEditor
Replies: 3
Views: 4677

Hi

Thanks for Assistance

I got some help from the demo All Features\Welcome!\Components\Chart Editor\Chart Editor dialog example in the features demo.

But how i disable or hide Tabs with in a Tab
e.g Data Tab from Export .
OR PositionTab from Legend

Thanks & Regards
by Faizullah Khan
Fri Nov 24, 2006 11:13 am
Forum: ActiveX
Topic: How to Check that Tee Chart Title is Empty and How Get Title
Replies: 2
Views: 3936

Hi

2- You can get it using TChart1.Header.Caption or TChart1.Header.Text

Header not have "Caption" Property

TChart1.Header.Caption

And This is not a proper Sentex

TChart1.Header.Text

We can get Title in this way

Code: Select all

 TChart1.Header.Text.Item(0) 
Thanks With Regards