Search found 3 matches
- Tue Oct 31, 2006 12:16 pm
- Forum: Wishes and ideas
- Topic: Series Count
- Replies: 2
- Views: 12645
Series Count
Could you add Chart.Series.Count ?
- Tue Oct 31, 2006 12:13 pm
- Forum: .NET
- Topic: Shape Series Text Position Problem
- Replies: 2
- Views: 5395
- Mon Oct 30, 2006 3:57 pm
- Forum: .NET
- Topic: Shape Series Text Position Problem
- Replies: 2
- Views: 5395
Shape Series Text Position Problem
Using the shape series the text array draws the text in the wrong position. Dim RollShape As New Steema.TeeChart.Styles.Shape(DefectsTChart.Chart) RollShape.Color = Color.Aqua RollShape.Font.Color = Color.Blue RollShape.Font.Bold = True RollShape.Font.Name = "Tahoma" RollShape.Pen.Width = 2 RollShap...