Hello,
How do you draw a series of Vertical lines giving just the Date for the X-axis?
-Mike
Drawing Vertical Line
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Re: Drawing Vertical Line
Hi Mike,
You have several options here:
1. If those lines are at a regular interval (see axis Increment property), you could use bottom axis grid lines setting them to the desires pen style (eg.: Chart1.Axes.Bottom.Axis.Style:=psSolid;). For more information on axis settings please read tutorial 4. Tutorials can be found at TeeChart's program group.
2. Alternatively you could use custom axis labels, as shown at the All Features\Welcome!\Axes\Labels\Custom Labels example in the new features demo. Axis labels would generate corresponding grid lines. Demo can be found at TeeChart's program group as well.
3. Finally, you could use ColorLine tools. You will find some examples at All Features\Welcome!\Tools\Color Line.
Hope this helps!
You have several options here:
1. If those lines are at a regular interval (see axis Increment property), you could use bottom axis grid lines setting them to the desires pen style (eg.: Chart1.Axes.Bottom.Axis.Style:=psSolid;). For more information on axis settings please read tutorial 4. Tutorials can be found at TeeChart's program group.
2. Alternatively you could use custom axis labels, as shown at the All Features\Welcome!\Axes\Labels\Custom Labels example in the new features demo. Axis labels would generate corresponding grid lines. Demo can be found at TeeChart's program group as well.
3. Finally, you could use ColorLine tools. You will find some examples at All Features\Welcome!\Tools\Color Line.
Hope this helps!
Best Regards,
Narcís Calvet / Development & Support Steema Software Avinguda Montilivi 33, 17003 Girona, Catalonia Tel: 34 972 218 797 http://www.steema.com |
Instructions - How to post in this forum |
-
- Newbie
- Posts: 18
- Joined: Tue Apr 09, 2013 12:00 am
Re: Drawing Vertical Line
Hello,
Sorry but I can't find the All Features\Welcome!\Tools\?
Is that on the website? Directory? I checked in my computer and I don't see anything.
-M
Sorry but I can't find the All Features\Welcome!\Tools\?
Is that on the website? Directory? I checked in my computer and I don't see anything.
-M
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Re: Drawing Vertical Line
Hello,
This is a compiled called Tee9New.exe. It's only included with the binary installers. We recommend source code customers to first run binary installers to get examples and documentation and after that install source code.
This is a compiled called Tee9New.exe. It's only included with the binary installers. We recommend source code customers to first run binary installers to get examples and documentation and after that install source code.
Best Regards,
Narcís Calvet / Development & Support Steema Software Avinguda Montilivi 33, 17003 Girona, Catalonia Tel: 34 972 218 797 http://www.steema.com |
Instructions - How to post in this forum |
-
- Newbie
- Posts: 18
- Joined: Tue Apr 09, 2013 12:00 am
Re: Drawing Vertical Line
Hello,
Ok...I found it.
How do I access this tool now on my chart? I don't see how I can add it to my chart or add it to the Chart1 series?
-Mike
Ok...I found it.
How do I access this tool now on my chart? I don't see how I can add it to my chart or add it to the Chart1 series?
-Mike
-
- Newbie
- Posts: 18
- Joined: Tue Apr 09, 2013 12:00 am
Re: Drawing Vertical Line
Hello,
Sorry...the Tools_ColorLine is what I need.....
-Mike
Sorry...the Tools_ColorLine is what I need.....
-Mike
-
- Newbie
- Posts: 18
- Joined: Tue Apr 09, 2013 12:00 am
Re: Drawing Vertical Line
Hello,
Let me summarize everything. I have using Delphi RAD X2. I was using the Teechart 2012 and just upgraded it to the 2013 latest release. My program is Tchart and I just want to draw some simple vertical lines. I see the example in Tee96.exe for TColorLine. The example shows SourceCode and forum. I understand it.. However, I don't see TColorLine in my program. I double click the chart and I Drawline but I dont' know how to reference and active TColorLine structure.
How can I add this tool? I don't see it anywhere?
-Manesh
Let me summarize everything. I have using Delphi RAD X2. I was using the Teechart 2012 and just upgraded it to the 2013 latest release. My program is Tchart and I just want to draw some simple vertical lines. I see the example in Tee96.exe for TColorLine. The example shows SourceCode and forum. I understand it.. However, I don't see TColorLine in my program. I double click the chart and I Drawline but I dont' know how to reference and active TColorLine structure.
How can I add this tool? I don't see it anywhere?
-Manesh
-
- Newbie
- Posts: 18
- Joined: Tue Apr 09, 2013 12:00 am
Re: Drawing Vertical Line
Hello,
I figured it out.
-Manesh
I figured it out.
-Manesh