Search found 21 matches
- 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...
- Mon Aug 28, 2006 2:05 pm
- Forum: .NET
- Topic: Multi-line is alway disabled in Pie Chart
- Replies: 5
- Views: 7179
- Sun Aug 27, 2006 2:47 pm
- Forum: .NET
- Topic: Multi-line is alway disabled in Pie Chart
- Replies: 5
- Views: 7179
- 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.
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.
- 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...
- 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...
- 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...
- 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.
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.
- 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...
- 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...
- 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...
- 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)...
- 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...
- 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...
- 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...