Search found 3 matches

by dlewis
Fri Jul 16, 2010 2:12 pm
Forum: .NET
Topic: wondering how to build a population map
Replies: 1
Views: 3457

wondering how to build a population map

I need to build a population density map of a stadium and am not sure what the best way to proceed. I was thinking I could use an image of the stadium for the background and then use a normal map chart but am not sure that this would be the best way to go. Any suggestions?
by dlewis
Wed Dec 20, 2006 3:13 pm
Forum: .NET
Topic: candleSeries manipulation
Replies: 1
Views: 3643

candleSeries manipulation

I'm using .NET V2 2.0.2040.15119 and VB.Net coding. This I'm using the TChart component in a VB.NET windows application. I'm trying to manipulate a candleseries in the following way and am having problems. ' I load the series with values (say 100). for example: Series1.Add(Series1.Count, tmp_op, tmp...
by dlewis
Wed Dec 20, 2006 3:02 pm
Forum: .NET
Topic: .Net application CalcXPosValue problem
Replies: 1
Views: 4932

.Net application CalcXPosValue problem

I'm using .Net V2 2.0.2040.15119 hx1 = Series1.CalcXPosValue(Series1.XValues(q)) hy1 = Series1.CalcYPosValue(Series1.CloseValues(q)) NOTE: Series1 is a candleseries I have built many VB.NET web pages using your WebChart component and all calculations work fine. I just built a VB.NET application usin...