Search found 11 matches

by dhait
Thu Jun 29, 2006 9:31 pm
Forum: .NET
Topic: Series Groups not saved in Template
Replies: 1
Views: 4365

Series Groups not saved in Template

When exporting a Chart to a "Ten" file, and then importing, the Series.Groups are reset to zero.
by dhait
Thu May 25, 2006 9:51 pm
Forum: .NET
Topic: SurfaceNearest Tool + IrregularGrid Surface
Replies: 1
Views: 4479

SurfaceNearest Tool + IrregularGrid Surface

When I use a SurfaceNearest tool with a 3D surface which has an irregular grid, two things happen:

1. Only the column color shows up, the cell and row color are not shown

2. If I change the column color to "transparent", the cell tiles disappear as the mouse moves over them!

Is this fixable?
by dhait
Thu May 25, 2006 8:15 pm
Forum: .NET
Topic: ColorGrid + IrregularGrid doesn't work
Replies: 5
Views: 10109

OK, that did it -- latest version upgrade seems to be working.
by dhait
Wed May 24, 2006 10:34 pm
Forum: .NET
Topic: ColorGrid + IrregularGrid doesn't work
Replies: 5
Views: 10109

ColorGrid + IrregularGrid doesn't work

This is still not working in the lastest maintenance release (V2.0)
by dhait
Fri May 19, 2006 10:53 pm
Forum: Wishes and ideas
Topic: User Defined fields
Replies: 1
Views: 8359

User Defined fields

How about a "user defined field", or "tag", of type object, in the Series so that we can associate whatever we want with the Series?

In fact, it would be good if a "user defined field" or "tag" were in each of the TChart components!
by dhait
Thu Mar 23, 2006 10:31 pm
Forum: .NET
Topic: Zoom :: Pen & Brush example doesn't work
Replies: 9
Views: 13337

Zoom :: Pen & Brush example doesn't work

I am having the same problem. When will this be fixed?
by dhait
Wed Mar 15, 2006 5:57 pm
Forum: .NET
Topic: Reserve margin for Right Axis
Replies: 2
Views: 5260

Reserve margin for Right Axis

when I add a series which uses the Right axis, the entire chart area "shrinks" a little bit, to make room on the right margin for showing the axis. How can I "pre-reserve" this margin, so, the chart area doesn't move when the right axis is displayed? Basically, I want to the Right axis to simply app...
by dhait
Mon Feb 06, 2006 10:47 pm
Forum: .NET
Topic: ColorGrid + IrregularGrid doesn't work
Replies: 5
Views: 10109

Re: ColorGrid + IrregularGrid doesn't work

Is there any plan to add this in a future release?
by dhait
Wed Feb 01, 2006 5:41 pm
Forum: Wishes and ideas
Topic: SeriesGroups -- index by name
Replies: 2
Views: 9906

SeriesGroups -- index by name

Since we give the SeriesGroup a name when it is created, it would be great if we could index it by name when we reference it as well.
by dhait
Tue Jan 31, 2006 6:34 pm
Forum: .NET
Topic: ColorGrid + IrregularGrid doesn't work
Replies: 5
Views: 10109

ColorGrid + IrregularGrid doesn't work

I use the sample program:

Welcome !\Chart styles\Extended\Surface\Irregular grid

But I use a colorGrid instead of a surface grid. All the rest is the same.

ColorGrid does not show any data!

Why is this?
by dhait
Mon Jan 30, 2006 6:58 pm
Forum: .NET
Topic: Shadow color doesn't work
Replies: 1
Views: 4574

Shadow color doesn't work

Setting shadow comes up fine in designer, but not at runtime. this.tChart1.Panel.Shadow.Brush.Color = System.Drawing.Color.FromArgb(((System.Byte)(254)), ((System.Byte)(255)), ((System.Byte)(0)), ((System.Byte)(0))); this.tChart1.Panel.Shadow.Height = 5; this.tChart1.Panel.Shadow.Width = 5; how come?