Search found 93 matches

by biqpaulson
Thu Mar 02, 2017 9:16 pm
Forum: .NET
Topic: Wrap legend text?
Replies: 1
Views: 5797

Wrap legend text?

Hello,

Is there a way to get the legend text to wrap?
by biqpaulson
Thu Mar 02, 2017 9:11 pm
Forum: .NET
Topic: ScrollPager with Bar chart has multiple entries and overlap.
Replies: 1
Views: 5738

ScrollPager with Bar chart has multiple entries and overlap.

Hello, I am using a ScrollPager and for some reason for Bar and HorizBar the tool is not working correctly. 1) the bars in the top chart overlap. 2) the bars in the bottom are doubled. The code I used is: using Steema.TeeChart; using Steema.TeeChart.Styles; using Steema.TeeChart.Tools; using System;...
by biqpaulson
Thu Mar 02, 2017 9:03 pm
Forum: .NET
Topic: Set initial values for ScrollPager where?
Replies: 4
Views: 9322

Set initial values for ScrollPager where?

Hello, I have been trying to put up the ScrollPager tool, get the user input, close the ScrollPager, add again the ScrollPager but have it set to what it was set to previously. I cannot find the values to set in order to position the ColorBandTool in the previous location. Here is the small piece of...
by biqpaulson
Wed Mar 01, 2017 5:57 pm
Forum: .NET
Topic: With ScrollPager tool chart no longer resizes.
Replies: 3
Views: 7887

Re: With ScrollPager tool chart no longer resizes.

The code:

Code: Select all

void tChart1_Resize(object sender, EventArgs e)
    {
      tool.Series = num;
    }
Worked great. Thanks!
by biqpaulson
Tue Feb 28, 2017 3:36 pm
Forum: .NET
Topic: With ScrollPager tool chart no longer resizes.
Replies: 3
Views: 7887

With ScrollPager tool chart no longer resizes.

We would like to allow the user to resize the form after adding the ScrollPager tool but for some reason the TChart ignores resize events and stays the same size even if docked. //#define ADD_SCROLL_PAGER using Steema.TeeChart; using Steema.TeeChart.Styles; using Steema.TeeChart.Tools; using System;...
by biqpaulson
Tue Feb 28, 2017 2:20 pm
Forum: .NET
Topic: Cannot bind to non-supported datasource: Graph_
Replies: 3
Views: 7833

Re: Cannot bind to non-supported datasource: Graph_

That was it! Someone in our code was doing:

ThisSeries.Datasource = "Graph_"

Thanks for the help!
by biqpaulson
Mon Feb 27, 2017 6:26 pm
Forum: .NET
Topic: Cannot bind to non-supported datasource: Graph_
Replies: 3
Views: 7833

Cannot bind to non-supported datasource: Graph_

Good Afternoon, I am trying to figure out what this message means: "Cannot bind to non-supported datasource: Graph_" All I do is add a ScrollPager to the chart and set the series. The exception stack is listed below: at Steema.TeeChart.Styles.Series.FillFromDataSource() at Steema.TeeChart.Styles.Ser...
by biqpaulson
Wed Feb 22, 2017 3:43 pm
Forum: .NET
Topic: No width with multi-series one point bar charts.
Replies: 1
Views: 5578

No width with multi-series one point bar charts.

I have a problem with bars in multiple series bar charts where each series has only one point in them. using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Threading.Tasks; using Syste...
by biqpaulson
Wed Feb 22, 2017 2:55 pm
Forum: .NET
Topic: Chart label minimum separation problems when angled.
Replies: 9
Views: 17294

Re: Chart label minimum separation problems when angled.

Thanks. tChart1.Axes.Bottom.Increment = 1; //<- additional line works in most cases but not in all of the cases. I have still seen a chart spin. Unfortunately the spin is normally when multiple of charts are being resized/refreshed and I don't know which chart it is that is doing the spinning. If I ...
by biqpaulson
Tue Feb 21, 2017 9:16 pm
Forum: .NET
Topic: SideAll bar/column charts crash if > 6 series or > 17 points
Replies: 1
Views: 5496

SideAll bar/column charts crash if > 6 series or > 17 points

Bar or MultiBars charts when turned to a Style of SideAll cannot handle more than: Six series Seventeen Points Without getting an "System.IndexOutOfRangeException". For the example below the chart is fine until you either uncomment the "CRASH_ON_TOO_MANY_SERIES"" or "CRASH_ON_TOO_MANY_POINTS" define...
by biqpaulson
Tue Feb 21, 2017 3:20 pm
Forum: .NET
Topic: Chart label minimum separation problems when angled.
Replies: 9
Views: 17294

Re: Chart label minimum separation problems when angled.

Like I said, just modify your code a bit. Here is a simple example which took me about 10 minutes to create. Create a generic C# forms application. Save it and then make sure that the .Net version is .Net 4.0. Add a new TChart with no modifications. Make sure that the "Steema TeeChart for .NET 2016 ...
by biqpaulson
Mon Feb 20, 2017 3:11 pm
Forum: .NET
Topic: Marks tips
Replies: 6
Views: 13391

Re: Marks tips

Hi Christopher: I watched the video, and I saw the same issue. Maybe you don't understand. It was during the second place you moved the mouse. At that point I saw both series4 and series5 printed in the debugger. That is the issue -- how do we tell the difference when the colors overlap, which serie...
by biqpaulson
Fri Feb 17, 2017 10:31 pm
Forum: .NET
Topic: Chart label minimum separation problems when angled.
Replies: 9
Views: 17294

Re: Chart label minimum separation problems when angled.

The library that is being used for this issue is the latest ("Steema TeeChart for .Net 2016 4.1.2016.10260" - .Net 4.0) I have been testing with and without 0 percent label separation and the application keeps spinning in the method GetAxisSeriesLabel. The older library (Steema TeeChart for .NET 201...
by biqpaulson
Fri Feb 17, 2017 6:13 pm
Forum: .NET
Topic: Scrollbar components overlap
Replies: 11
Views: 21647

Scrollbar components overlap

Hello: Here is a scrollbar I added to a legend using example code provided by you in another (recent) post. Overlap.PNG If you examine the "arrow" parts of the bar you will see that when the thumb is all the way up (0), there is some overlap in the rendering, but if the thumb is on the bottom (max),...
by biqpaulson
Fri Feb 17, 2017 5:10 pm
Forum: .NET
Topic: Marks tips
Replies: 6
Views: 13391

Re: Marks tips

Hello: I have spend more time tracking down issue #2. Using your demo project, please insert this code at line 390 of Bar_Stackgroup.cs: #if true Tools.MarksTip seriesMarksTip; seriesMarksTip = new Tools.MarksTip(barSeries4.Chart); seriesMarksTip.MouseDelay = 50; seriesMarksTip.HideDelay = Int32.Max...