Search found 4 matches
- Fri Jan 29, 2010 11:37 pm
- Forum: .NET
- Topic: Hiding polygon boundaries in a Map series
- Replies: 1
- Views: 2424
Hiding polygon boundaries in a Map series
Hello, I'm working on a chart that contains both Map and Line series. I'm trying to turn off any boundaries between the polygons in the map, and have had some success by setting map1.Pen.Visible = false; tChart1.Aspect.SmoothingMode = SmoothingMode.HighSpeed; The resulting plot looks good, but I don...
- Tue Jul 14, 2009 5:23 pm
- Forum: .NET
- Topic: Number of rows in a Legend with LegendScrollbar?
- Replies: 4
- Views: 4965
Re: Number of rows in a Legend with LegendScrollbar?
Thank you, Yeray. I'll give that a try!
- Mon Jul 13, 2009 2:23 pm
- Forum: .NET
- Topic: Number of rows in a Legend with LegendScrollbar?
- Replies: 4
- Views: 4965
Re: Number of rows in a Legend with LegendScrollbar?
I'm using TeeChart 2009 for .NET (Pro V4?) on Visual Studio 2005. To clarify my original post, the tChart is anchored to all four sides of the parent form so it resizes along with the form. So the "problem" I'm trying to solve is determining the number of legend items that can be displayed at a give...
- Fri Jul 10, 2009 3:29 pm
- Forum: .NET
- Topic: Number of rows in a Legend with LegendScrollbar?
- Replies: 4
- Views: 4965
Number of rows in a Legend with LegendScrollbar?
Hello, I was wondering if there is a way to determine at run time the number of LegendItems that are currently being displayed within a Legend. I'm generating a tChart with a variable number of FastLine series, featuring a Legend on the right side and a LegendScrollbar using DrawStyle WhenNeeded. I'...