Search found 10 matches

by mueco
Mon Oct 29, 2007 8:07 am
Forum: .NET
Topic: YValue Total per Page
Replies: 1
Views: 2442

YValue Total per Page

Hi there

Im searching for a solution for getting the Sum (total) for my YValues Collection per Page (the current page).

i tried with:

Code: Select all

g.Chart.Page.Chart.Series[0].YValues.Total;
But im getting the total of the whole chart and not only the current page.
by mueco
Fri Oct 19, 2007 1:40 pm
Forum: .NET
Topic: Blue Border Problem with Hotspot
Replies: 3
Views: 3593

I got it...

i've added this code:

Code: Select all

this.WebChart1.Style.Add(HtmlTextWriterStyle.BorderStyle, "none");
this solved the problem
by mueco
Fri Oct 19, 2007 10:59 am
Forum: .NET
Topic: Blue Border Problem with Hotspot
Replies: 3
Views: 3593

http://www.john-5.net/SteemaChart.rar

What i did:
-Set Background to white.
-Add a Bar Series to the Chart
-Add Random Data to the Bar Series.
-Add a Hotspot to the Tools Collection.

(All settings made with Designer Tool not at runtime)
by mueco
Fri Oct 19, 2007 8:44 am
Forum: .NET
Topic: Blue Border Problem with Hotspot
Replies: 3
Views: 3593

Blue Border Problem with Hotspot

Hi there I've noticed a strangle Problem. I've added a hotspot to my chart. After that when i load my chart i get a blue border around my chart area. I've tried to set the border visible = false and to another color but nothing helps. If i deactivate the hotspot, the blue border is gone. Any idea fo...
by mueco
Mon Oct 08, 2007 12:46 pm
Forum: .NET
Topic: DateTime Problem with Bottom Axis Labels
Replies: 5
Views: 4716

THX a lot

This sample was the answear to my questions.
by mueco
Sat Oct 06, 2007 10:24 pm
Forum: .NET
Topic: DateTime Problem with Bottom Axis Labels
Replies: 5
Views: 4716

Hi Narcis First of all, THX a lot for your help, but to be honest, im stuck on this. In my eyes, its a very simple thing but i can't get a result for this. I want to explain you what im trying to do: I want two views for my chart 1. View: in Hours 2. View: in Days Im selecting the data as i needed i...
by mueco
Thu Oct 04, 2007 3:58 pm
Forum: .NET
Topic: DateTime Problem with Bottom Axis Labels
Replies: 5
Views: 4716

DateTime Problem with Bottom Axis Labels

Hi there I've seen alot of posts with DateTime Problems but i don't found a post who fits with my problem. My DateTimes wich i add to the series: 04.10.2007 17:50 05.10.2007 18:51 07.10.2007 20:53 10.10.2007 23:56 15.10.2007 04:00 DateTimes wich are displayed in my bottom axis labels: 03.10.2007 12:...
by mueco
Tue Sep 11, 2007 5:28 pm
Forum: .NET
Topic: Two horizontal axis
Replies: 1
Views: 2398

Two horizontal axis

Hi there

I need to have a Horizontal Axis with a parent Axis. Here a picture wich shows what im trying to do:
Image

How can i implement this with TeeChart?

Thx for help
by mueco
Sat Jan 20, 2007 12:13 pm
Forum: .NET
Topic: No scrolling in C# WinApp
Replies: 1
Views: 2555

No scrolling in C# WinApp

Hi there I try to scroll my chart if a calculated chart is to big (dynamic pie series). So if the pie series getting out of the border i want to show a scrollbar and allow the user to scroll down to see the pie charts. What i have to do to solve this? tChart1.Panning.Allow = Steema.TeeChart.ScrollMo...
by mueco
Fri Jan 19, 2007 10:25 am
Forum: .NET
Topic: Dynamic Pie Series (alignment)
Replies: 1
Views: 2498

Dynamic Pie Series (alignment)

Hi

I have to add dynamic pie series to my chart. Now i want to order the charts like 2 Pie Series in a row.

How can i order the pie's without coding the x and y positions etc.?
Is there a auto alignment Propertie or something?