Search found 24 matches

by MU
Tue Dec 09, 2008 3:29 pm
Forum: .NET
Topic: Axis no more visible
Replies: 3
Views: 5239

Please unchack all checkboxes in "All Features\Welcome !\Chart styles\Extended\Radar "
and check them again (V.3.5.3225.32188) Try this several times. The original state will not be shown anymore.. I tried it by 2 more users..
Thanks..
by MU
Tue Dec 09, 2008 2:51 pm
Forum: .NET
Topic: Axis no more visible
Replies: 3
Views: 5239

Axis no more visible

Hi..
I use TeeChat Version: 3.5.3225.32188.
If I make any axis invisible, it can not be made visible anymore in a radar chart:
(tChart1.Axes.Right.Visible =false/true)
Yo can test it in features demo. There is no problem in old versions.
Is that a bug?
Thanks.
by MU
Fri Aug 15, 2008 11:52 am
Forum: .NET
Topic: Origin in Radar
Replies: 1
Views: 3981

I used "tChart1.Axes.Left.SetMinMax(0, max);".. Thats solved my problem
by MU
Fri Aug 15, 2008 10:42 am
Forum: .NET
Topic: Origin in Radar
Replies: 1
Views: 3981

Origin in Radar

Hi..
is it Possible to show a radar-diagram always starting with 0 (origin)? Because the smllast value is showed in center. There is probably no property like "UseOrigin" which we have in some other series.
Thanks..
by MU
Mon Jul 14, 2008 12:41 pm
Forum: .NET
Topic: Gantt color does not change..
Replies: 6
Views: 8795

The problem is probably something different. Actually my code and your code are working. but wenn I use the Seesion in order to send the datatable to the Series.aspx page, the colors are not received. I dont know why (The are empty)
Thank you..
by MU
Mon Jul 14, 2008 8:44 am
Forum: .NET
Topic: Gantt color does not change..
Replies: 6
Views: 8795

Hi Narcis... I used the ShowSeries.aspx... chart= new Chart(); /* //Datatable DataTable table = new DataTable(); table.Columns.Add("Label", typeof(string)); table.Columns.Add("Y", typeof(int)); table.Columns.Add("Next", typeof(int)); table.Columns.Add("Start", typeof(DateTime)); table.Columns.Add("E...
by MU
Mon Jul 14, 2008 7:32 am
Forum: .NET
Topic: Gantt color does not change..
Replies: 6
Views: 8795

Gantt color does not change..

Hi.. I use "TeeChart 2.0.3033.18431" in a web application ( Steema.TeeChart.Chart ). The Datasource is defined for a gannt (X,Y,start,end,nexttask,color). Everything is ok except the color of the gantts. they are always beeing shown in standard colors (~orange & ~red). But wenn I use the same code i...
by MU
Thu Jul 10, 2008 11:52 am
Forum: .NET
Topic: Gantt Connectinglines are not visible!
Replies: 5
Views: 7730

Hi Narcis,
It works fine,with the version "2.0.3033.18431"
Thanks..
by MU
Thu Jul 10, 2008 9:35 am
Forum: .NET
Topic: Gantt Connectinglines are not visible!
Replies: 5
Views: 7730

Hi Narcis,
It works finew,with the version "2.0.3033.18431"
Thanyk you..
by MU
Thu Jul 10, 2008 9:28 am
Forum: .NET
Topic: Gantt Connectinglines are not visible!
Replies: 5
Views: 7730

I use the version "2.0.2040.15119"
by MU
Thu Jul 10, 2008 7:43 am
Forum: .NET
Topic: Gantt Connectinglines are not visible!
Replies: 5
Views: 7730

Gantt Connectinglines are not visible!

Hi... I try to create a gantt chart, which shoud show connected tasks. It works fine except the connecting lines. They are not being shown. Could you please help me. //tChart1.Series.Clear(); tChart1.Legend.Visible = false; DataTable table = new DataTable(); table.Columns.Add("Label", typeof(string)...
by MU
Mon Jun 30, 2008 5:18 am
Forum: .NET
Topic: Use TeeChart in a Webpart for Sharepoint
Replies: 4
Views: 7141

Thank you Narcis..
by MU
Fri Jun 27, 2008 7:44 am
Forum: .NET
Topic: Use TeeChart in a Webpart for Sharepoint
Replies: 4
Views: 7141

Use TeeChart in a Webpart for Sharepoint

Hello, I have used TeeChart several times in Win-Forms. Now, I have to create a Web part for the Sharepoint server, which has to show a chart. I read your answer in a similiar topic: " TeeChart for .NET may be used with Sharepoint Server, principally in the following two ways: - Creating a Webpart t...
by MU
Thu Apr 26, 2007 12:37 pm
Forum: .NET
Topic: detect cursortool and remove it
Replies: 2
Views: 4996

Actually I solved this problem with using a contextmenu. But I would like to learn, whether it is possible to solve it with detecting the cursortool.
by MU
Thu Apr 26, 2007 12:23 pm
Forum: .NET
Topic: detect cursortool and remove it
Replies: 2
Views: 4996

detect cursortool and remove it

hi.. In my Application, the user can add 2 vertical cursortools to a teechart per right mouseclick on the chart in order to show the interval between these 2 cursortools. The cursortools can be moved (right/left) with the mouse. But because of having a chart which has a lot of X points, it is not pr...