Hi,
I am using TChart Version 5 in Visual Basis.
I can't find StretchDraw Method in this version.
Can you give me some other solution to fix this.
CS
Search found 22 matches
- Thu Nov 11, 2010 3:59 am
- Forum: ActiveX
- Topic: Labels in between points in line chart
- Replies: 11
- Views: 14127
- Fri Oct 29, 2010 6:29 am
- Forum: ActiveX
- Topic: Labels in between points in line chart
- Replies: 11
- Views: 14127
Re: Labels in between points in line chart
I tried to use Annotation but I am not able to plot Annotation in the middle of the points. It works fine when I run the cod eand view the output but when I Export that image to jpeg the points are not on the same Location. Also I have attached both the screenshot. Following is Code whcih I am using...
- Wed Oct 27, 2010 3:00 am
- Forum: ActiveX
- Topic: Assign different fonts to the Points Labels on Line Graph
- Replies: 5
- Views: 7835
Re: Assign different fonts to the Points Labels on Line Graph
Hi ,
version 5 in which I don't see tcRectangle and TCommander
used "TeeChart5Activex.exe" for installation. We are calling the tchart componets from VB 6.
Thanks
CS
version 5 in which I don't see tcRectangle and TCommander
used "TeeChart5Activex.exe" for installation. We are calling the tchart componets from VB 6.
Thanks
CS
- Tue Oct 26, 2010 8:42 am
- Forum: ActiveX
- Topic: Assign different fonts to the Points Labels on Line Graph
- Replies: 5
- Views: 7835
Re: Assign different fonts to the Points Labels on Line Graph
I have requirement where I want to draw Rectangle around a text which I am plotting with help from you previously.
Can you help on this ?
Also I need to draw the text in between two point. I have attached attachment for more details.
Values used for this :
Thanks,
CS
Can you help on this ?
Also I need to draw the text in between two point. I have attached attachment for more details.
Values used for this :
Thanks,
CS
- Wed Oct 06, 2010 6:16 am
- Forum: ActiveX
- Topic: Draw Text on Top Axis
- Replies: 1
- Views: 4052
Draw Text on Top Axis
I have a requirement where I need to add additional Text on Top Axis.
Can you suggest me a better way to do this.
Thanks, CS
Can you suggest me a better way to do this.
Thanks, CS
- Thu Sep 30, 2010 10:36 am
- Forum: ActiveX
- Topic: Labels in between points in line chart
- Replies: 11
- Views: 14127
Re: Labels in between points in line chart
Hi,
With the Code you provided I can plot the text in between the points.
Can I cange the Font of the Text which I am plotting.
Also I want to draw a rectangle or square around this label and need an ability to set the color of the Border.
Thanks CS
With the Code you provided I can plot the text in between the points.
Can I cange the Font of the Text which I am plotting.
Also I want to draw a rectangle or square around this label and need an ability to set the color of the Border.
Thanks CS
- Mon Jun 21, 2010 6:21 am
- Forum: ActiveX
- Topic: Assign different Color to GridLine for Axis in Line Graph
- Replies: 1
- Views: 3836
Assign different Color to GridLine for Axis in Line Graph
Hi,
I have requirement in which I need to give different colors to Grid Lines in Left Axis.
Can you help me on this ?
Thanks,
CS
I have requirement in which I need to give different colors to Grid Lines in Left Axis.
Can you help me on this ?
Thanks,
CS
- Tue Jun 01, 2010 8:50 am
- Forum: ActiveX
- Topic: Assign different fonts to the Points Labels on Line Graph
- Replies: 5
- Views: 7835
Assign different fonts to the Points Labels on Line Graph
Hi,
I am Tchart5x user.
I have a requirement in which I need to show the point labels in different fonts.
I am able to set the different colors using .Series(0).PointColor(0) property.
Is there any way to set different fonts for the points ?
Thanks,
Kailas
I am Tchart5x user.
I have a requirement in which I need to show the point labels in different fonts.
I am able to set the different colors using .Series(0).PointColor(0) property.
Is there any way to set different fonts for the points ?
Thanks,
Kailas
- Wed Apr 28, 2010 5:59 am
- Forum: ActiveX
- Topic: Labels in between points in line chart
- Replies: 11
- Views: 14127
Re: Labels in between points in line chart
Hi Yeray,
version 5.
used "TeeChart5Activex.exe" for installation. We are calling the tchart componets from VB 6.
Thanks
CS
version 5.
used "TeeChart5Activex.exe" for installation. We are calling the tchart componets from VB 6.
Thanks
CS
- Tue Apr 27, 2010 3:05 am
- Forum: ActiveX
- Topic: Labels in between points in line chart
- Replies: 11
- Views: 14127
Re: Labels in between points in line chart
Hi Yeray,
In my version I am not getting ".Left " and ".Top " With TChart1.Tools.Items(i).asAnnotation
Various property I can see are ".Position", ".Text", ".Shape". Is there any other way to set the position.
Thanks
CS
In my version I am not getting ".Left " and ".Top " With TChart1.Tools.Items(i).asAnnotation
Various property I can see are ".Position", ".Text", ".Shape". Is there any other way to set the position.
Thanks
CS
- Mon Apr 26, 2010 7:37 am
- Forum: ActiveX
- Topic: Labels in between points in line chart
- Replies: 11
- Views: 14127
Labels in between points in line chart
I need to get two things in my Line graph. Attached is a sample to show what I am looking for. 1. Is it possible to have label in between the points? In my eg:- lables like "AAA","BBB" etc. 2. To have labels in my X-axis (I need to put text as labels). In my eg: - "Start","Point1","Point2" etc. If I...
- Wed Mar 24, 2010 4:23 am
- Forum: ActiveX
- Topic: Line is not smooth.
- Replies: 2
- Views: 5388
Line is not smooth.
Hi Can I make the line smooth. I tried the following things. .Series(0).asLine.LinePen.Width = 2 .Series(0).asLine.LinePen.Style = psSolid .Series(0).asLine.LinePen.EndStyle = esFlat .Series(0).asLine.LineBrush = bsSolid .Series(0).asLine.Brush.Style = bsSolid but it is not working. In Attached file...
- Mon Jan 04, 2010 6:24 am
- Forum: ActiveX
- Topic: Can I set the scale for axis
- Replies: 1
- Views: 3919
Can I set the scale for axis
Can I set the scale for axis. For eg:- If I say as With .Axis.Left .SetMinMax -105.22 , 130 Then the dll itself sets the scale as 20. Which makes my bubble size small as in the attached image. I want to set the Y axis to have a scale of 50. so that the values in y-axis will be some thing like -100,-...
- Thu Dec 17, 2009 8:06 am
- Forum: ActiveX
- Topic: Horizontal dotted lines from 0 point of Y-axis .
- Replies: 2
- Views: 4904
Re: Horizontal dotted lines from 0 point of Y-axis .
Thanks Yeray. It worked.
- Tue Dec 15, 2009 7:59 am
- Forum: ActiveX
- Topic: Horizontal dotted lines from 0 point of Y-axis .
- Replies: 2
- Views: 4904
Horizontal dotted lines from 0 point of Y-axis .
Hi,
I am using TeeChart Pro 5.0.
I need to draw one horizontal dotted lines in my line graph from the point 0 in Y- axis. I have attached one image.
Can you tell me how can I do this.
I am using TeeChart Pro 5.0.
I need to draw one horizontal dotted lines in my line graph from the point 0 in Y- axis. I have attached one image.
Can you tell me how can I do this.