Search found 21 matches

by [email protected]
Thu Sep 28, 2006 5:30 pm
Forum: .NET
Topic: Changing marks position after changing chart's height
Replies: 1
Views: 3571

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 [email protected]
Mon Aug 28, 2006 2:05 pm
Forum: .NET
Topic: Multi-line is alway disabled in Pie Chart
Replies: 5
Views: 7486

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 [email protected]
Sun Aug 27, 2006 2:47 pm
Forum: .NET
Topic: Multi-line is alway disabled in Pie Chart
Replies: 5
Views: 7486

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 [email protected]
Tue Aug 22, 2006 10:13 am
Forum: .NET
Topic: Legend in Bubble Chart
Replies: 1
Views: 3725

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 [email protected]
Sat Aug 19, 2006 1:34 pm
Forum: .NET
Topic: Printing Quality
Replies: 1
Views: 4389

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 [email protected]
Fri Aug 11, 2006 12:47 pm
Forum: .NET
Topic: Multi-line is alway disabled in Pie Chart
Replies: 5
Views: 7486

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 [email protected]
Mon Jul 03, 2006 11:32 am
Forum: .NET
Topic: DateTime axis, feature or bug...
Replies: 1
Views: 3732

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 [email protected]
Thu Jun 29, 2006 9:54 am
Forum: .NET
Topic: Axes->Labels->Styles tab below have cut off words
Replies: 1
Views: 3558

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 [email protected]
Fri Jun 23, 2006 4:08 pm
Forum: .NET
Topic: Bug with serialization Format->Style
Replies: 1
Views: 3559

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 [email protected]
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: 3815

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 [email protected]
Mon Jun 12, 2006 2:48 pm
Forum: .NET
Topic: "Inflate Margins" does not appear to change anythi
Replies: 1
Views: 3742

"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 [email protected]
Sat Jun 10, 2006 11:42 am
Forum: .NET
Topic: Crash when use Map series
Replies: 1
Views: 3649

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 [email protected]
Mon Jun 05, 2006 1:31 pm
Forum: .NET
Topic: Crash when change 3D->Rotation property in pie serier
Replies: 1
Views: 3655

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 [email protected]
Mon Jun 05, 2006 12:56 pm
Forum: .NET
Topic: Cannot change the color of the pie chart
Replies: 1
Views: 3997

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 [email protected]
Mon Jun 05, 2006 10:18 am
Forum: .NET
Topic: Crash when set Patterns property in pie serier
Replies: 1
Views: 3507

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...