Search found 22 matches

by CS
Thu Nov 11, 2010 3:59 am
Forum: ActiveX
Topic: Labels in between points in line chart
Replies: 11
Views: 13961

Re: Labels in between points in line chart

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
by CS
Fri Oct 29, 2010 6:29 am
Forum: ActiveX
Topic: Labels in between points in line chart
Replies: 11
Views: 13961

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...
by CS
Wed Oct 27, 2010 3:00 am
Forum: ActiveX
Topic: Assign different fonts to the Points Labels on Line Graph
Replies: 5
Views: 7782

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
by CS
Tue Oct 26, 2010 8:42 am
Forum: ActiveX
Topic: Assign different fonts to the Points Labels on Line Graph
Replies: 5
Views: 7782

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
TextWithRectangle1.jpeg
Draw Text and Rectangle
TextWithRectangle1.jpeg (24.64 KiB) Viewed 7920 times
by CS
Wed Oct 06, 2010 6:16 am
Forum: ActiveX
Topic: Draw Text on Top Axis
Replies: 1
Views: 4021

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,
TitleOnTop.GIF
TitleOnTop.GIF (9.6 KiB) Viewed 4168 times
CS
by CS
Thu Sep 30, 2010 10:36 am
Forum: ActiveX
Topic: Labels in between points in line chart
Replies: 11
Views: 13961

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
by CS
Mon Jun 21, 2010 6:21 am
Forum: ActiveX
Topic: Assign different Color to GridLine for Axis in Line Graph
Replies: 1
Views: 3810

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
by CS
Tue Jun 01, 2010 8:50 am
Forum: ActiveX
Topic: Assign different fonts to the Points Labels on Line Graph
Replies: 5
Views: 7782

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
by CS
Wed Apr 28, 2010 5:59 am
Forum: ActiveX
Topic: Labels in between points in line chart
Replies: 11
Views: 13961

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
by CS
Tue Apr 27, 2010 3:05 am
Forum: ActiveX
Topic: Labels in between points in line chart
Replies: 11
Views: 13961

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
by CS
Mon Apr 26, 2010 7:37 am
Forum: ActiveX
Topic: Labels in between points in line chart
Replies: 11
Views: 13961

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...
by CS
Wed Mar 24, 2010 4:23 am
Forum: ActiveX
Topic: Line is not smooth.
Replies: 2
Views: 5321

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...
by CS
Mon Jan 04, 2010 6:24 am
Forum: ActiveX
Topic: Can I set the scale for axis
Replies: 1
Views: 3895

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,-...
by CS
Thu Dec 17, 2009 8:06 am
Forum: ActiveX
Topic: Horizontal dotted lines from 0 point of Y-axis .
Replies: 2
Views: 4858

Re: Horizontal dotted lines from 0 point of Y-axis .

Thanks Yeray. It worked.
by CS
Tue Dec 15, 2009 7:59 am
Forum: ActiveX
Topic: Horizontal dotted lines from 0 point of Y-axis .
Replies: 2
Views: 4858

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.