Search found 1 match

by Taff
Mon Aug 22, 2005 9:59 am
Forum: .NET
Topic: Binding Data
Replies: 3
Views: 7518

Binding Data

Hi, I am trying to create a simple chart that maps a price against a date. I am using the folowing code: Private Sub Page_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load Dim Chart1 As Steema.TeeChart.Chart 'Add in a series and fill it Chart1 = WebChart1.Chart() C...