Search found 19 matches
- Tue Feb 12, 2008 4:26 am
- Forum: ActiveX
- Topic: Series Items as Links/Buttons
- Replies: 1
- Views: 4475
Series Items as Links/Buttons
We would like to plot a series and have each point clickable on the chart. It would be best if the series item was a circle or square (anything that can be clicked easily). Once the item is clicked, an event will be fired. We would also like the mouse pointer to change to a hand (as happens when you...
- Tue Dec 18, 2007 11:49 am
- Forum: ActiveX
- Topic: TeeCharts for Financial Charting
- Replies: 0
- Views: 5646
TeeCharts for Financial Charting
Hello, We are currently utilising TeeCharts for financial charting purposes, i.e. Candle/Bar/Line (OHLC) with Volume. We have progressed well with TeeCharts. In order to expedite our development we would like to invite those users who have also used TeeCharts for a similar purpose to share ideas and...
- Thu Nov 29, 2007 11:56 am
- Forum: ActiveX
- Topic: Candle - Scrolling, RePaint queries
- Replies: 2
- Views: 6737
Candle - Scrolling, RePaint queries
Hello, I am trying to implement TeeCharts for financial charting, i.e. Candle series. Whilst things are progressing OK, I need assistance with the following; 1. I would like the user to be able to scroll (left or right) using a standard VB scrollbar. How can I connect the scrollbar to the teechart s...
- Sun Feb 25, 2007 2:57 am
- Forum: ActiveX
- Topic: Series Marks Problem
- Replies: 1
- Views: 4761
Just a quick update; We managed to find the error. For the chart concerned it was also calling a OnGetSeriesMark function which was causing the Series.Marks to disappear. The solution was to ensure that the OnGetSeriesMark was not called for the chart which we wanted to display the Chart.Series.Mark...
- Sat Feb 24, 2007 1:49 pm
- Forum: ActiveX
- Topic: Series Marks Problem
- Replies: 1
- Views: 4761
Series Marks Problem
Hello, Through code we define the format/settings for the chart to be populated, i.e. Series, Axis Titles. Marks etc. We are having a problem with Series.Marks. We can set the Marks to visible and set any Marks parameters in code. When we populate and display the chart, the marks are not appearing. ...
- Thu Jan 25, 2007 12:22 pm
- Forum: ActiveX
- Topic: Line Series - Custom Colour
- Replies: 1
- Views: 4728
Line Series - Custom Colour
Hello, I can easily assign a colour (through code) to an AREA series, for example I can assign the border colour of a line series with the command; Chart.Series(1).asArea.LinePen.Color = COLOUR1 Where COLOUR1 is a OLE_COLOR My question is how can I assign (through code) the colour of a line series. ...
- Thu Jan 18, 2007 8:15 am
- Forum: ActiveX
- Topic: Multi-Line Titles / Annotation PositionUnits
- Replies: 1
- Views: 4521
Multi-Line Titles / Annotation PositionUnits
Two questions; 1. How can I programmatically create a multi-line chart title? It appears that using the standard "Line Feed" in VB (vbcrlf) does not work, it results in a square ASCII character instead of starting the next line of the title. 2. How can I set the PositionUnits of an annotation tool t...
- Mon Nov 20, 2006 11:29 pm
- Forum: ActiveX
- Topic: Multi-Line Chart Title through code
- Replies: 1
- Views: 4802
Multi-Line Chart Title through code
Hello, I am having a problem creating a multi-line chart title through code. The result is a title which appears on one line with the carrige return characters (square characters) appearing within the one line; The title appears correctly in the Chart editor which I can open after I have assigned th...
- Sat Sep 23, 2006 2:35 am
- Forum: ActiveX
- Topic: Delete all Tools through Code
- Replies: 1
- Views: 4296
Delete all Tools through Code
Hello, I would like to programatically remove all the tools which have been added to a chart. My current code is; i = 1 While i <= (.Tools.Count - 1) .Tools.Delete(i) i = i +1 Wend This code appears to work most of the time and then other times it will error, I cannot find the source of the fault. A...
- Thu Sep 21, 2006 6:33 am
- Forum: ActiveX
- Topic: Y-Axis Increment
- Replies: 1
- Views: 4800
- Thu Sep 21, 2006 5:47 am
- Forum: ActiveX
- Topic: Y-Axis Increment
- Replies: 1
- Views: 4800
Y-Axis Increment
Hello, We have just upgraded from TeeCharts v6 to v7. v7 is excellent and contains many new features which we will make use of however we have noticed one thing almost straight away. In v6 (Line series) the Y-Axis would auto-increment to a round figure, for example if the max value was 50,000, v6 wo...
- Wed Sep 06, 2006 6:09 am
- Forum: ActiveX
- Topic: Area Chart - 0 Origin
- Replies: 3
- Views: 6615
Hello Narcis, Thanks for your response above. I have tried to implement your suggestion however it does not have the desired effect. I did however get the following to work, remember that the data is being sourced from a User Defined Type (array). Within this loop, I can perform a check to see if th...
- Wed Aug 23, 2006 11:53 pm
- Forum: ActiveX
- Topic: Area Chart - 0 Origin
- Replies: 3
- Views: 6615
Area Chart - 0 Origin
Hello,
I would like to generate an area chart with origin at 0, this is possible however I would like the "fill" colour to be different for fill above the origin and below the origin.
How can I do this?
Kind Regards
Anthony
I would like to generate an area chart with origin at 0, this is possible however I would like the "fill" colour to be different for fill above the origin and below the origin.
How can I do this?
Kind Regards
Anthony
- Tue Mar 23, 2004 11:10 am
- Forum: ActiveX
- Topic: Color Line - Stick to Zero
- Replies: 2
- Views: 7120
- Tue Mar 23, 2004 9:07 am
- Forum: ActiveX
- Topic: Print Dialog - Set form caption
- Replies: 3
- Views: 8908
I am opening the print preview through the following command. This is performed through the click event of a button on the form, on the form is also the displayed chart. ChartName.Printer.ShowPreview This then opens the print dialog. How can I set the title of he dialog when opening it this way. Reg...