Search found 5 matches
- Tue May 21, 2013 9:41 am
- Forum: .NET
- Topic: How to draw title of left axis vertically
- Replies: 8
- Views: 8669
Re: How to draw title of left axis vertically
Hello Sandra Pazos, the LogFont class is a part of Windows CE 7.0 (.NET Compact Framework 3.5) (please see code). [b]Form1.cs:[/b] using System; using System.Drawing; using System.Windows.Forms; using Microsoft.WindowsCE.Forms; using Steema.TeeChart.Pocket; using Steema.TeeChart.Styles; using Steema...
- Wed May 15, 2013 2:18 pm
- Forum: .NET
- Topic: How to draw title of left axis vertically
- Replies: 8
- Views: 8669
Re: How to draw title of left axis vertically
Hello Sandra Pazos, thank you for your answer; when restricting my problem to a small sample project I found my fault: Instead " Chart1.CreateGraphics() " " g.GDIplusCanvas " has to be used as graphics/canvas for drawing the vertical text! I am very glad to have not the best, but a useful solution, ...
- Tue May 07, 2013 3:21 pm
- Forum: .NET
- Topic: How to draw title of left axis vertically
- Replies: 8
- Views: 8669
Re: How to draw title of left axis vertically
Hello, I still try to find a method to draw a vertical text in my TeeChart. (TeeChart for C# in an Windows CE 7.0 environment (.NET Compact Framework 3.5). I tried the AfterDraw event of TChart according to Tutorial13 of TeeChart Pro .Net Tutorial: Chart1.AfterDraw += new Steema.TeeChart.PaintChartE...
- Mon Apr 22, 2013 2:41 pm
- Forum: .NET
- Topic: How to draw bar surface with diagonal lines
- Replies: 1
- Views: 2866
How to draw bar surface with diagonal lines
Hallo, we use TeeChart for C# in an Windows CE 7.0 environment (.NET Compact Framework 3.5). I want to display a vertical bar series with diagonal brush style: BarSerie.SeriesColor = Color.Blue; BarSerie.Brush.Color = Color.White; BarSerie.Brush.Style = System.Drawing.Drawing2D.HatchStyle.ForwardDia...
- Mon Apr 22, 2013 2:35 pm
- Forum: .NET
- Topic: How to draw title of left axis vertically
- Replies: 8
- Views: 8669
How to draw title of left axis vertically
Hallo, we use TeeChart for C# in an Windows CE 7.0 environment (.NET Compact Framework 3.5). I want to display the title of the left axis vertically: Chart1.Axes.Left.MinorTickCount = 4; Chart1.Axes.Left.Title.Text = "Md [N.m]"; Chart1.Axes.Left.Title.Angle = 90; Nevertheless the axis title is displ...