Thanks Sandra,
in fact in .NET this property does not exists ( instead I used ctlCursor)
Cheers
Petar
Search found 40 matches
- Fri Apr 15, 2011 2:39 pm
- Forum: ActiveX
- Topic: Access Cursor selection by code
- Replies: 3
- Views: 7203
- Wed Apr 13, 2011 4:29 pm
- Forum: ActiveX
- Topic: Access Cursor selection by code
- Replies: 3
- Views: 7203
Access Cursor selection by code
Hi,
I would like to change the cursor type on run time( by using code).
How can I do that, i didn't find anything like "AxTChart.Cursor" or similar?
Thanks,
Petar
I would like to change the cursor type on run time( by using code).
How can I do that, i didn't find anything like "AxTChart.Cursor" or similar?
Thanks,
Petar
- Wed Jan 05, 2011 10:02 am
- Forum: ActiveX
- Topic: Date Values on Horizontal Axis
- Replies: 3
- Views: 6809
Re: Date Values on Horizontal Axis
Hi,
My issue is the following :
Initially, we had a main graph and moving average associated function :
And when we deselect the main graph, we have the following situation (we can't see X-values on the bottom axis) :
Thx
My issue is the following :
Initially, we had a main graph and moving average associated function :
And when we deselect the main graph, we have the following situation (we can't see X-values on the bottom axis) :
Thx
- Mon Jan 03, 2011 1:38 pm
- Forum: ActiveX
- Topic: Date Values on Horizontal Axis
- Replies: 3
- Views: 6809
Date Values on Horizontal Axis
Hi, I have an issue about the following scenario : I create a graph by associating a moving average and then I turn off the main graph and I have no dates on the x-axis, so that when I open the Editing window, I flip the horizontal axis at the top, i perceive the dates, otherwise I see nothing on th...
- Tue Dec 28, 2010 1:50 pm
- Forum: ActiveX
- Topic: Tee Chart Annotations
- Replies: 1
- Views: 4752
Tee Chart Annotations
Hi, I have two graphs, one that depends on the left axis and the other on right axis and I would like to see simultaneously the coordinates of the two graphs on the respective axes on mouse move. The problem is that I can not display the coordinates on the right axis (see attachment). Here the code ...
- Thu Dec 16, 2010 3:06 pm
- Forum: ActiveX
- Topic: Issue on Loading MACD Function from Binary File
- Replies: 1
- Views: 5094
Issue on Loading MACD Function from Binary File
Hi, I have an assignment issue when I load a set of charts containing the function MACD . For example, if I draw a chart with MACD function and Stochastic function, i will have normally : Axtchart.series (0).title = Title1 Axtchart.series (1).title = TitleMACD Axtchart.series (2).title = Nothing Axt...
- Thu Dec 16, 2010 11:00 am
- Forum: ActiveX
- Topic: LoadFromFile RSI Indicator
- Replies: 7
- Views: 11748
Re: LoadFromFile RSI Indicator
Hi,
Did you have time to look into this issue ?
Regards,
Did you have time to look into this issue ?
Regards,
- Wed Dec 15, 2010 4:32 pm
- Forum: ActiveX
- Topic: LoadFromFile RSI Indicator
- Replies: 7
- Views: 11748
Re: LoadFromFile RSI Indicator
Hi, I recall you that the LoadFromFile works with other indicators / Functions, but not with the RSI. Functions type like MACD, Stochastic, Momentum, PVO works well. In my code, I have a generic function where I set the native functions. I add a specific line of code in the case of a function rsi : ...
- Wed Dec 15, 2010 4:07 pm
- Forum: ActiveX
- Topic: LoadFromFile RSI Indicator
- Replies: 7
- Views: 11748
Re: LoadFromFile RSI Indicator
Can you give a code example ?
PS : I have the follow error, knowing that the code works well with others indicators :
Catastrophic failure (Exception from HRESULT: 0x8000FFFF (E_UNEXPECTED))
The error highlighted row stopped at Axtchart.Import.LoadFromFile(tempFile)..
Thanks
PS : I have the follow error, knowing that the code works well with others indicators :
Catastrophic failure (Exception from HRESULT: 0x8000FFFF (E_UNEXPECTED))
The error highlighted row stopped at Axtchart.Import.LoadFromFile(tempFile)..
Thanks
- Wed Dec 15, 2010 3:34 pm
- Forum: ActiveX
- Topic: LoadFromFile RSI Indicator
- Replies: 7
- Views: 11748
Re: LoadFromFile RSI Indicator
Here are the piece of code to save in a binary file (here in C:\temp.nova, the file extension doesn't matter because we transcode in binary) : Dim tempFile As String = "C:\temp.nova" AxTChart.Export.asNative.SaveToFile(tempFile, True) And an extract from LoadChart : Dim res As List(Of Byte()) = New ...
- Wed Dec 15, 2010 3:06 pm
- Forum: ActiveX
- Topic: BigCandle/Candle
- Replies: 2
- Views: 5456
BigCandle/Candle
Hi,
can you tell me what's the main difference between use of Candle and BigCandle.
Thanks,
Petar
can you tell me what's the main difference between use of Candle and BigCandle.
Thanks,
Petar
- Wed Dec 15, 2010 2:46 pm
- Forum: ActiveX
- Topic: Display text and symbol information on a chart
- Replies: 8
- Views: 13015
Re: Display text and symbol information on a chart
Thanks Sandra,
indeed it's working also well with Version 8.
Cheers
Petar
indeed it's working also well with Version 8.
Cheers
Petar
- Wed Dec 15, 2010 2:36 pm
- Forum: ActiveX
- Topic: LoadFromFile RSI Indicator
- Replies: 7
- Views: 11748
LoadFromFile RSI Indicator
Hi All, I can't load a chart consisting of a serie type indicator RSI from a binary file. The code crashes at : AxTChart.Import.LoadFromFile (tempfile) . And then only for the RSI indicator constructed as follows : .Series (NewSerieIndex).DataSource =. Series (SourceSerieIndex) .Series (NewSerieInde...
- Tue Dec 14, 2010 2:21 pm
- Forum: ActiveX
- Topic: Export Excel: Series Names
- Replies: 2
- Views: 5733
Re: Export Excel: Series Names
Thanks a lot Yeray.
Petar
Petar
- Mon Dec 13, 2010 9:29 am
- Forum: ActiveX
- Topic: Export Excel: Series Names
- Replies: 2
- Views: 5733
Export Excel: Series Names
Hi, When exporting chart in XLS format, Series Names does not appear, it just indicates "Y". Export in XLS format: excel_export.png As you can see, Export in TXT format include Series Names. But this export doeas not work for me , because it exports all Null values( xls exports empty cells). text_ex...