Search found 3 matches

by cbdevelopers
Tue Oct 31, 2006 12:16 pm
Forum: Wishes and ideas
Topic: Series Count
Replies: 2
Views: 12120

Series Count

Could you add Chart.Series.Count ?
by cbdevelopers
Tue Oct 31, 2006 12:13 pm
Forum: .NET
Topic: Shape Series Text Position Problem
Replies: 2
Views: 5343

Just found the problem as you were posting - I had a typo by repeating the X0 twice. The shape still drew being a rectangle and having 3 points defined, but the text was off.

Thanks for your reply.
by cbdevelopers
Mon Oct 30, 2006 3:57 pm
Forum: .NET
Topic: Shape Series Text Position Problem
Replies: 2
Views: 5343

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