Search found 10 matches
- Thu Aug 17, 2006 1:21 pm
- Forum: .NET
- Topic: Time Axis Problem
- Replies: 13
- Views: 19207
Axis Problem
Hi, http://img218.imageshack.us/my.php?image=scharterrorkg6.jpg Could you please check the link above to see what type of the chart view i am getting because of the code below? Private Sub InitializeChart() Dim length As Integer = 60 Dim now As DateTime = DateTime.Now Dim rnd As New Random Dim i As ...
- Wed Aug 16, 2006 1:20 pm
- Forum: .NET
- Topic: Time Axis Problem
- Replies: 13
- Views: 19207
Axis Problem
Hi,
I am sorry, but is this not a web based ASP.net coding? as i can see page load function and Session objects?, can i please get a windows forms based functions which i can incorporate in my application or do i need to re code this logic?
Regards
I am sorry, but is this not a web based ASP.net coding? as i can see page load function and Session objects?, can i please get a windows forms based functions which i can incorporate in my application or do i need to re code this logic?
Regards
- Wed Aug 16, 2006 3:01 am
- Forum: .NET
- Topic: Time Axis Problem
- Replies: 13
- Views: 19207
- Tue Aug 15, 2006 11:47 am
- Forum: .NET
- Topic: Time Axis Problem
- Replies: 13
- Views: 19207
Axis Problem
Hi, No, when i used this code it showed big Red Cross (X) on the form. I am using VB.Net and i convertd the code from C# to VB.Net may be thats a problme, can you please have a look on the below code. Private Sub InitializeChart() Dim length As Integer = 60 Dim now As DateTime = DateTime.Now Dim rnd...
- Thu Aug 10, 2006 4:13 pm
- Forum: .NET
- Topic: Time Axis Problem
- Replies: 13
- Views: 19207
- Wed Aug 09, 2006 1:17 pm
- Forum: .NET
- Topic: Time Axis Problem
- Replies: 13
- Views: 19207
Time Axis Problem
Hi, Thanks for the reply but it did'nt solved my problem, what i asked is "How can i hardcode the time format in 15 Minutes interval"? Your code above made it in real 15 minutes interval like if the current time is 17:05, it made the axis as 17:05, 17:20, 17:35, 17:50 But i was looking for something...
- Tue Aug 08, 2006 5:30 am
- Forum: .NET
- Topic: Time Axis Problem
- Replies: 13
- Views: 19207
Time Axis Problem
Thanks for the help in advance. Below is the code that I am using to show time in 15 minutes scale and it is not working, what am i doing wrong? Line 1- chtTrades.Axes.Bottom.Increment = Steema.TeeChart.Utils.DateTimeStep(Steema.TeeChart.DateTimeSteps.FifteenMinutes) Line 2- chtTrades.Axes.Bottom.La...
- Mon Aug 07, 2006 12:02 pm
- Forum: .NET
- Topic: Time Axis Problem
- Replies: 13
- Views: 19207
Time Axis Problem
Hello, We are using TeeChart.Lite for .NET v1 (Build 1.0.1224.38244) and had a question. When our chart shows multiple instances of the same hour (for example: 7:00PM, 7:15PM, 7:30PM, 7:45PM) it does not show the minutes. Instead it shows: 7PM, 7PM, 7PM, 7PM How can we force TeeChart to display the ...
- Sat Jun 10, 2006 6:27 pm
- Forum: .NET
- Topic: Modifying fonts and colors
- Replies: 2
- Views: 3843
- Fri Jun 09, 2006 12:18 pm
- Forum: .NET
- Topic: Modifying fonts and colors
- Replies: 2
- Views: 3843
Modifying fonts and colors
Hello,
What properties do I modify to change the following at Runtime?
1) Chart Grid Color
2) Chart Line Color (the color of the line connecting each data point)
3) X and Y axis label Font Name
4) X and Y axis label Font Size
5) X and Y axis label Font Color
Thanks very much...
What properties do I modify to change the following at Runtime?
1) Chart Grid Color
2) Chart Line Color (the color of the line connecting each data point)
3) X and Y axis label Font Name
4) X and Y axis label Font Size
5) X and Y axis label Font Color
Thanks very much...