thanks, I am using V1 and therefore as you said it fails on when loading the chart at:-
WebChart1.Chart.Import.Template.Load(tmpChart);.
Search found 11 matches
- Wed Aug 29, 2007 9:39 am
- Forum: .NET
- Topic: Webform Calendar
- Replies: 25
- Views: 36054
- Wed Aug 29, 2007 8:48 am
- Forum: .NET
- Topic: Webform Calendar
- Replies: 25
- Views: 36054
thanks for this, this bit more complex than expected. If I put Steema.TeeChart.Styles.Calendar calendar1 = new Steema.TeeChart.Styles.Calendar(WebChart1.Chart); In the page load, it will not compile as unable to resolve calendar1 further down, if I put:- Steema.TeeChart.Styles.Calendar calendar1 = n...
- Tue Aug 28, 2007 2:32 pm
- Forum: .NET
- Topic: Webform Calendar
- Replies: 25
- Views: 36054
- Tue Aug 28, 2007 12:29 pm
- Forum: .NET
- Topic: Webform Calendar
- Replies: 25
- Views: 36054
- Mon Aug 13, 2007 10:44 am
- Forum: .NET
- Topic: Webform Calendar
- Replies: 25
- Views: 36054
- Wed Aug 23, 2006 10:30 am
- Forum: .NET
- Topic: Pie Chart Size
- Replies: 9
- Views: 12215
- Wed Aug 23, 2006 9:55 am
- Forum: .NET
- Topic: Pie Chart Size
- Replies: 9
- Views: 12215
- Tue Aug 22, 2006 3:13 pm
- Forum: .NET
- Topic: Pie Chart Size
- Replies: 9
- Views: 12215
Understand what you are saying, I have created the event as per tuturial 5 but when I build the project I get, the type name 'GetLegendTextEventArgs' does not exist in the type 'Steema.TeeChart.TChart' when I type Steema.TeeChart.TChart. in the event on the list of available command GetLegendText is...
- Tue Aug 22, 2006 2:43 pm
- Forum: .NET
- Topic: Pie Chart Size
- Replies: 9
- Views: 12215
- Tue Aug 22, 2006 10:29 am
- Forum: .NET
- Topic: Pie Chart Size
- Replies: 9
- Views: 12215
Pie Chart Size
My Pie Chart gets smaller as the data qty increases, ie a pie with 2 values, one of 4 and one 3, this is correct size. Another pie with the same size but has 2 values one, 3000 and one of 6000 and the pie is very small. The chart size in both cases is Width="508px" Height="221px"