Search found 25 matches

by betulus
Fri Apr 29, 2005 11:13 am
Forum: .NET
Topic: Legend bug?
Replies: 1
Views: 4098

Legend bug?

Hi again, I am trying to do a simple chart, the chart has an indeterminate number of lines and just one set / of bars. I have set the bar pattern using this code: // code for bar Steema.TeeChart.Styles.Bar bar = new Bar(chart); bar.Brush.Style = System.Drawing.Drawing2D.HatchStyle.Trellis; bar.Marks...
by betulus
Fri Apr 29, 2005 9:56 am
Forum: .NET
Topic: Pattern cannot be shown in Legend
Replies: 10
Views: 16307

Hi again, I am trying to do a simple chart, the chart has an indeterminate number of lines and just one set / of bars. I have set the bar pattern using this code: // code for bar Steema.TeeChart.Styles.Bar bar = new Bar(chart); bar.Brush.Style = System.Drawing.Drawing2D.HatchStyle.Trellis; bar.Marks...
by betulus
Fri Apr 29, 2005 8:28 am
Forum: .NET
Topic: Tooltips on charts
Replies: 2
Views: 4974

Great thanks.
by betulus
Thu Apr 28, 2005 11:11 am
Forum: .NET
Topic: Tooltips on charts
Replies: 2
Views: 4974

Tooltips on charts

Hi,

I was wondering if it is possible to add tooltips to a chart. I would like to add tooltips which appear when you roll your mouse over a chart line / series line.

Thanks
Matt
by betulus
Wed Apr 27, 2005 1:10 pm
Forum: .NET
Topic: Positioning x axis absolutely
Replies: 3
Views: 6126

Sorry, forget that, it just started working for some reason. I added an afterDraw event handler and that seemed make both events work.

Thanks
Looks much better.
by betulus
Wed Apr 27, 2005 1:04 pm
Forum: .NET
Topic: Positioning x axis absolutely
Replies: 3
Views: 6126

Thanks Narcis, This event doesn't seem to fire for some reason. I have added this to the InitializeComponent() method of the code behind: this.WebChart1.BeforeDraw += new Steema.TeeChart.PaintChartEventHandler(this.WebChart1_BeforeDraw); Also, when you look at the control properties in design view t...
by betulus
Wed Apr 27, 2005 10:02 am
Forum: .NET
Topic: Positioning x axis absolutely
Replies: 3
Views: 6126

Positioning x axis absolutely

Hi there, I am trying to work out how to position the x / bottom axis at position 0 on the y axis. The documentation says you can position it using a percentage of the way along / up the y axis but this seems completely wrong for my needs. I am doing quite a simple bar chart with year (datetime) dat...
by betulus
Thu Jan 27, 2005 3:06 pm
Forum: .NET
Topic: Error after installation of TeeChart.
Replies: 4
Views: 7007

I was wondering whether perhaps I have the wrong version of TeeChart to work with Visual Studio 2003. Is TeeChart.NET Version 1 compatible with VS 2003?

Thanks
Matt
by betulus
Wed Jan 26, 2005 6:03 pm
Forum: .NET
Topic: Error after installation of TeeChart.
Replies: 4
Views: 7007

Hi Josep, Thanks for replying so promptly. The install ran with no errors. Regarding your question about which component, I only get an option to add one component : Name = TChart, Namespace = Steema.TeeChart. I assume that is the WebChart component as described in your tutoral, but can't be sure! I...
by betulus
Wed Jan 26, 2005 4:50 pm
Forum: .NET
Topic: Error after installation of TeeChart.
Replies: 4
Views: 7007

Error after installation of TeeChart.

Hi, I have just installed TeeChart version 1 for Visual Studio / .Net. When I tried to add the Component to my Toolbox in VS, I got the following error: "The following assemblies are installed SDK assemblies but could not be shown in the customize toolbox dialog because they are missing one or more ...