Search found 11 matches

by MikeTheLad
Wed Aug 29, 2007 11:03 am
Forum: .NET
Topic: Webform Calendar
Replies: 25
Views: 33952

thanks, I am using V1 and therefore as you said it fails on when loading the chart at:-

WebChart1.Chart.Import.Template.Load(tmpChart);.
by MikeTheLad
Wed Aug 29, 2007 9:39 am
Forum: .NET
Topic: Webform Calendar
Replies: 25
Views: 33952

Sorry, but when I add that line i get

Invalid token '(' in class, struct, or interface member declaration
by MikeTheLad
Wed Aug 29, 2007 8:48 am
Forum: .NET
Topic: Webform Calendar
Replies: 25
Views: 33952

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...
by MikeTheLad
Tue Aug 28, 2007 2:32 pm
Forum: .NET
Topic: Webform Calendar
Replies: 25
Views: 33952

Thanks, this works, but I can only goto the next month, ie September, if I then select again it does not goto October.

Also how do I find the year, to get the month I have:-


int currentmonth = calendar1.Month;


I need to know what the current month/year the calendar is currently on.
by MikeTheLad
Tue Aug 28, 2007 12:29 pm
Forum: .NET
Topic: Webform Calendar
Replies: 25
Views: 33952

How do I get the next / previous months button to appear as per your demo, I have

calendar1.PreviousMonthButton.Visible = true;
calendar1.NextMonthButton.Visible = true;

But does not appear,
by MikeTheLad
Mon Aug 13, 2007 10:44 am
Forum: .NET
Topic: Webform Calendar
Replies: 25
Views: 33952

Is it possible to have a hover popup as you go over the dates
by MikeTheLad
Wed Aug 23, 2006 10:30 am
Forum: .NET
Topic: Pie Chart Size
Replies: 9
Views: 11329

this has moved the legend to bottom, however the 2 lines of the legend are now side by side, whereas when on the right they we two lines on top of each other. Is it possible to have the two lines on top of each other on legend at the bottom.
by MikeTheLad
Wed Aug 23, 2006 9:55 am
Forum: .NET
Topic: Pie Chart Size
Replies: 9
Views: 11329

Is it possible to position the legend at the bottom of the pie, rather than the right.
by MikeTheLad
Tue Aug 22, 2006 3:13 pm
Forum: .NET
Topic: Pie Chart Size
Replies: 9
Views: 11329

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...
by MikeTheLad
Tue Aug 22, 2006 2:43 pm
Forum: .NET
Topic: Pie Chart Size
Replies: 9
Views: 11329

Thanks, sorted this. On the legend I would like this to show a £ before the number is this possible?
by MikeTheLad
Tue Aug 22, 2006 10:29 am
Forum: .NET
Topic: Pie Chart Size
Replies: 9
Views: 11329

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"