Hello,
I have this line in the VB.NET
Volume1.Item(index).Y = Volume1.Item(index).Y + 1
but what is the equivalent in C++.NET? because I could not find "ITEM" member in C++.NET?
Volume1->?
Regards,
Rabbit!
Search found 9 matches
- Sat Aug 01, 2009 5:53 am
- Forum: .NET
- Topic: where is the (Item) member in C++.NET?
- Replies: 1
- Views: 2983
- Thu Jul 23, 2009 2:21 pm
- Forum: .NET
- Topic: Gantt Chart questions?
- Replies: 2
- Views: 4537
Re: Gantt Chart questions?
MAny Thanks!
- Thu Jul 23, 2009 8:15 am
- Forum: .NET
- Topic: Gantt Chart questions?
- Replies: 2
- Views: 4537
Gantt Chart questions?
Hi, Ihave the attached picture I created by using Gantt. My question: Q1) How I can the X-Axis measured by Microseconds? i.e: I have the blue bar with length 6000 microsecond because I plot it like (600)? Q2) Can I flip the Tchart to by vertical not horizontal? Q3) How I can add two moveable cursors...
- Wed Jul 08, 2009 3:07 am
- Forum: .NET
- Topic: Normal Distribution Plot
- Replies: 3
- Views: 4372
Re: Normal Distribution Plot
Thank you for the reply, but I do not see the curve ability.
to calculate the STD or Normal D. is not that problem. but what about the Curve self as the picture?
Regards,
Rabbit.
to calculate the STD or Normal D. is not that problem. but what about the Curve self as the picture?
Regards,
Rabbit.
- Tue Jul 07, 2009 3:30 am
- Forum: .NET
- Topic: Normal Distribution Plot
- Replies: 3
- Views: 4372
Normal Distribution Plot
Hi,
Can I plot like this chart in normal distribution?
Regards,
Rabbit
Can I plot like this chart in normal distribution?
Regards,
Rabbit
- Thu Jul 02, 2009 3:30 pm
- Forum: .NET
- Topic: How To change or Remove the info box
- Replies: 2
- Views: 3936
- Wed Jul 01, 2009 5:38 am
- Forum: .NET
- Topic: How To change or Remove the info box
- Replies: 2
- Views: 3936
How To change or Remove the info box
Hello,
Iam using BarJoin,
I want to keep the numbers on each bar as in the attached picture.
Also, I want to control the information title as in the red cycle. without effectig the number yellow box on the top of each bar.
Can you help me plz?
Thanks!
Iam using BarJoin,
I want to keep the numbers on each bar as in the attached picture.
Also, I want to control the information title as in the red cycle. without effectig the number yellow box on the top of each bar.
Can you help me plz?
Thanks!
- Wed Jul 01, 2009 3:27 am
- Forum: .NET
- Topic: Move Full Data From Histogram1 toFastLine1?
- Replies: 2
- Views: 4007
Re: Move Full Data From Histogram1 toFastLine1?
Many Thanks!
- Tue Jun 30, 2009 6:16 am
- Forum: .NET
- Topic: Move Full Data From Histogram1 toFastLine1?
- Replies: 2
- Views: 4007
Move Full Data From Histogram1 toFastLine1?
Hi,
1) How to Move Full Data From Histogram1 toFastLine1 in one assigne?
2) Suppose I have column 1,2,3,4, …etc in Histogram1 such as:
(x,y) = (1,50), (2,350), (3,150)….
and I want to get all value Data for example
x = 1 => y = 50
x = 3 => y = 150
Thx
Rabbit!
1) How to Move Full Data From Histogram1 toFastLine1 in one assigne?
2) Suppose I have column 1,2,3,4, …etc in Histogram1 such as:
(x,y) = (1,50), (2,350), (3,150)….
and I want to get all value Data for example
x = 1 => y = 50
x = 3 => y = 150
Thx
Rabbit!