Search found 21 matches

by nikitenko@dataart.com
Thu Sep 28, 2006 5:30 pm
Forum: .NET
Topic: Changing marks position after changing chart's height
Replies: 1
Views: 3412

Changing marks position after changing chart's height

Hello All, Marks change their position after change bar chart's heigth (teechart 2.0.2306.26232): 1) add chart to winform 2) create bar serier in tChart1 3) add several values, some of them should be above zero and some of them below zero 4) As you can see marks for values below zero are located bel...
by nikitenko@dataart.com
Mon Aug 28, 2006 2:05 pm
Forum: .NET
Topic: Multi-line is alway disabled in Pie Chart
Replies: 5
Views: 7179

Hello,

Does "commander's chart editor" mean Steema.TeeChart.Editor?
If it so, the "Multi-line" property is always disabled when I raise Editor

Steema.TeeChart.Editor editor = new Steema.TeeChart.Editor(tChart1);
editor.ShowModal();

Thanks.
by nikitenko@dataart.com
Sun Aug 27, 2006 2:47 pm
Forum: .NET
Topic: Multi-line is alway disabled in Pie Chart
Replies: 5
Views: 7179

Thanks,

But is there any possibilities to do it by user? Because in some situation user wants multi-line options and in some does not.
by nikitenko@dataart.com
Tue Aug 22, 2006 10:13 am
Forum: .NET
Topic: Legend in Bubble Chart
Replies: 1
Views: 3602

Legend in Bubble Chart

Hello All,

I built buble chart ((2.0.2306.26232) on form (WinForm, C#)) and could't ajust the legend labels to the left toward the color. Now the text in legend is adjusted to the right and there is an empty space between color and text.

Please, any ideas how I can do it.

Thanks.
by nikitenko@dataart.com
Sat Aug 19, 2006 1:34 pm
Forum: .NET
Topic: Printing Quality
Replies: 1
Views: 4220

Printing Quality

Hello All, please advise me the best way to printing charts. Now I have following stuation 1) I put TeeChart (2.0.2306.26232) on form (WinForm, C#) 2) The form is included several text objects besides the chart 3) I need to print that form with chart and other objects now I do it in this way 1) adju...
by nikitenko@dataart.com
Fri Aug 11, 2006 12:47 pm
Forum: .NET
Topic: Multi-line is alway disabled in Pie Chart
Replies: 5
Views: 7179

Multi-line is alway disabled in Pie Chart

Hello All, Multi-line is alway disabled in Pie Chart (teechart 2.0.2306.26232): 1) add chart to winform 2) create pie serier in tChart1 3) fill that serier with sample values pie1.FillSampleValues(); 4) raise teechart property Steema.TeeChart.Editor editor = new Steema.TeeChart.Editor(tChart1); edit...
by nikitenko@dataart.com
Mon Jul 03, 2006 11:32 am
Forum: .NET
Topic: DateTime axis, feature or bug...
Replies: 1
Views: 3570

DateTime axis, feature or bug...

Hello All, I have some difficulties with labelling axis which represent Date, namely 1) I worked with bar serier 2) bar1.Add(DateTime.Parse("01.02.2006"), 5, "bar 1"); bar1.Add(DateTime.Parse("01.03.2006"), 15, "bar 2"); bar1.Add(DateTime.Parse("01.04.2006"), 25, "bar 3"); bar1.Add(DateTime.Parse("0...
by nikitenko@dataart.com
Thu Jun 29, 2006 9:54 am
Forum: .NET
Topic: Axes->Labels->Styles tab below have cut off words
Replies: 1
Views: 3393

Axes->Labels->Styles tab below have cut off words

Hello

Please, open any charts property and go to
Axes->Labels->Styles tab
As you can see there are several cut off words (i.e. Visible, Multi-line etc.)

Could it be fixed?

Thanks.
by nikitenko@dataart.com
Fri Jun 23, 2006 4:08 pm
Forum: .NET
Topic: Bug with serialization Format->Style
Replies: 1
Views: 3387

Bug with serialization Format->Style

Hello All, Format Style option doesn't reflected to the chart after deserialization (teechart 2.0.2306.26232): 1) add 2 charts to winform 2) create horizntal bar serier in tChart1 3) fill that serier with sample values horizBar1.FillSampleValues(); 4) raise teechart property Steema.TeeChart.Editor e...
by nikitenko@dataart.com
Wed Jun 21, 2006 12:23 pm
Forum: .NET
Topic: Number doesn’t stay in the box on tilt when I change Angle
Replies: 1
Views: 3667

Number doesn’t stay in the box on tilt when I change Angle

Hello All, Number doesn’t stay in the box on tilt when I change Marks Angle in the bar chart (teechart 2.0.2306.26232): 1) add chart to winform 2) create bar serier 3) fill that serier with sample values pie1.FillSampleValues(); 4) raise teechart property Steema.TeeChart.Editor editor = new Steema.T...
by nikitenko@dataart.com
Mon Jun 12, 2006 2:48 pm
Forum: .NET
Topic: "Inflate Margins" does not appear to change anythi
Replies: 1
Views: 3584

"Inflate Margins" does not appear to change anythi

Hello All, I cann't use Inflate Margins in the pie chart (teechart 2.0.2306.26232): 1) add chart to winform 2) create pie serier 3) fill that serier with sample values pie1.FillSampleValues(); 4) raise teechart property Steema.TeeChart.Editor editor = new Steema.TeeChart.Editor(tChart1); editor.Show...
by nikitenko@dataart.com
Sat Jun 10, 2006 11:42 am
Forum: .NET
Topic: Crash when use Map series
Replies: 1
Views: 3435

Crash when use Map series

Hello All, unpleasant crash with "Map serier" (teechart 2.0.2306.26232): 1) add chart to winform 2) create pie serier 3) fill that serier with sample values pie1.FillSampleValues(); 4) raise teechart property Steema.TeeChart.Editor editor = new Steema.TeeChart.Editor(tChart1); editor.ShowModal(); 5)...
by nikitenko@dataart.com
Mon Jun 05, 2006 1:31 pm
Forum: .NET
Topic: Crash when change 3D->Rotation property in pie serier
Replies: 1
Views: 3523

Crash when change 3D->Rotation property in pie serier

Hello All, unpleasant crash with "rotation" property (teechart 2.0.2306.26232): 1) add chart to winform 2) create pie serier 3) fill that serier with sample values pie1.FillSampleValues(); 4) raise teechart property Steema.TeeChart.Editor editor = new Steema.TeeChart.Editor(tChart1); editor.ShowModa...
by nikitenko@dataart.com
Mon Jun 05, 2006 12:56 pm
Forum: .NET
Topic: Cannot change the color of the pie chart
Replies: 1
Views: 3828

Cannot change the color of the pie chart

Hello All, I cann't change the color of the pie chart (teechart 2.0.2306.26232): 1) add chart to winform 2) create pie serier 3) fill that serier with sample values pie1.FillSampleValues(); 4) raise teechart property Steema.TeeChart.Editor editor = new Steema.TeeChart.Editor(tChart1); editor.ShowMod...
by nikitenko@dataart.com
Mon Jun 05, 2006 10:18 am
Forum: .NET
Topic: Crash when set Patterns property in pie serier
Replies: 1
Views: 3364

Crash when set Patterns property in pie serier

Hello All, unpleasant crash with "patterns" property (teechart 2.0.2306.26232): 1) add chart to winform 2) create pie serier 3) fill that serier with sample values pie1.FillSampleValues(); pie1.Pen.Visible = false; 4) raise teechart property Steema.TeeChart.Editor editor = new Steema.TeeChart.Editor...