Search found 18 matches

by sunman4008
Mon Feb 24, 2014 10:07 pm
Forum: VCL
Topic: Add Tcolorline in Code vs GUI
Replies: 1
Views: 4095

Add Tcolorline in Code vs GUI

Hello,

How do I add a TColorLine in the GUI compared to the GUI? I want to be able to add X number of ColorLine which varies depending on the situation. Right, I can double click on the Tchart GUI and add them through the gui. How do I do that through code?

-Mike
by sunman4008
Mon Feb 24, 2014 10:06 pm
Forum: VCL
Topic: Drawing Vertical Line
Replies: 7
Views: 12242

Re: Drawing Vertical Line

Hello,

I figured it out.

-Manesh
by sunman4008
Mon Feb 24, 2014 3:36 pm
Forum: VCL
Topic: Drawing Vertical Line
Replies: 7
Views: 12242

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 foru...
by sunman4008
Sat Feb 22, 2014 8:55 pm
Forum: VCL
Topic: 2013 Install problems
Replies: 1
Views: 3972

2013 Install problems

hello,

I had a project created in TeeChart 2012 for RAD XE2.

I downloaded the latest TeeChart Pro2013...did the install and recompile.

I click on my project files and I get Class TchartScrollBar not Found. This is one of many.

How do I resolve this ?

-Manesh
by sunman4008
Fri Feb 21, 2014 5:47 pm
Forum: VCL
Topic: Drawing Vertical Line
Replies: 7
Views: 12242

Re: Drawing Vertical Line

Hello,

Sorry...the Tools_ColorLine is what I need.....

-Mike
by sunman4008
Fri Feb 21, 2014 5:46 pm
Forum: VCL
Topic: Drawing Vertical Line
Replies: 7
Views: 12242

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
by sunman4008
Fri Feb 21, 2014 1:45 pm
Forum: VCL
Topic: Drawing Vertical Line
Replies: 7
Views: 12242

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
by sunman4008
Fri Feb 21, 2014 2:35 am
Forum: VCL
Topic: Drawing Vertical Line
Replies: 7
Views: 12242

Drawing Vertical Line

Hello,

How do you draw a series of Vertical lines giving just the Date for the X-axis?

-Mike
by sunman4008
Wed Dec 18, 2013 3:01 pm
Forum: VCL
Topic: Example of Teechart candlestick for Delphi
Replies: 1
Views: 5168

Example of Teechart candlestick for Delphi

Hello,

Does anyone have a example source code for candlesticks for Delphi?

-Mike
by sunman4008
Wed Dec 18, 2013 1:24 am
Forum: ActiveX
Topic: display not showing correctly
Replies: 1
Views: 7287

display not showing correctly

Hello, Please see attached chart I have included. I have the following questions: 1. The scroll bar is not at the end. How do I move it to the end i.e. far right? 2. The data is daily data but it is crunching everything up. How do I show 1 years of data per screen and then allow a scroll back? 3. On...
by sunman4008
Sun Jun 23, 2013 5:22 am
Forum: VCL
Topic: Export Chart
Replies: 1
Views: 4108

Export Chart

Hi,
I am using the Export functionality. I am not using the editor, I am actually calling the function " TeeExport(Self,Chart1);
How can I hide the Natiev and The Data taps ? I am uploading a screen shot
by sunman4008
Fri Apr 19, 2013 1:18 am
Forum: VCL
Topic: Scroll location
Replies: 2
Views: 5105

Scroll location

Hello, I have 2 candlestick series with Teechart. One is the candlestick from 1 year ago going to today. The second is the future price projection. Right now, when the chart is loaded, it comes the beginning of the historical year i.e far left. How do I move the scroll position so current date is sh...
by sunman4008
Thu Apr 18, 2013 12:06 am
Forum: VCL
Topic: Cursor x and y values
Replies: 3
Views: 6174

Re: Cursor x and y values

Hello,

What is ChartTool2 in the example? What does it mean by Annotion Tool?

Also...the picture are not shown.

-Mike
by sunman4008
Thu Apr 11, 2013 5:43 pm
Forum: VCL
Topic: Scolling Issue
Replies: 6
Views: 9576

Re: Scolling Issue

Hello,

If you use TScrollBar...you now have to control the X-axis movement compared to the candlestickscroll.

Is there any sample code for Tscrollbar to control the x-axis movement of a chart?


-Mike
by sunman4008
Thu Apr 11, 2013 2:50 am
Forum: VCL
Topic: Scolling Issue
Replies: 6
Views: 9576

Re: Scolling Issue

Hello,

How do you Chart's Draw method ?

-Mike