Search found 9 matches
- Fri Feb 13, 2009 4:33 pm
- Forum: .NET
- Topic: Pie series arrow
- Replies: 3
- Views: 3795
Thanks for the quick reply. I'm not sure if that will work or not. I have a function called DrawAnnotations that places the labels and draws the line from text to the slice of the pie. I guess I need to draw multiple lines to get the desired effect? Any samples of this anywhere to make sure I'm not ...
- Fri Feb 13, 2009 4:11 pm
- Forum: .NET
- Topic: Pie series arrow
- Replies: 3
- Views: 3795
Pie series arrow
I thought I had seen a post on this before, but I can't find it. I've got a pie that has two slices near the top and slightly to the left. The marks for both slices show up on the left. The text that shows up, correctly, on the top is a little long and I've got it set to wrap. All this works fine. M...
- Thu Feb 05, 2009 9:27 pm
- Forum: .NET
- Topic: Bar series pen
- Replies: 1
- Views: 3228
Bar series pen
Hello, I'll put together a small example, but I've got a bar chart where I draw a line horizontally at 0 across the chart. When I set series.Pen.Visible = false; the bar is slightly above the line. What I really want to do is set the pen color to the same as the bar. Right now it's slightly darker s...
- Wed Feb 04, 2009 3:20 pm
- Forum: .NET
- Topic: ArrowLength
- Replies: 3
- Views: 4597
- Wed Feb 04, 2009 3:01 pm
- Forum: .NET
- Topic: ArrowLength
- Replies: 3
- Views: 4597
ArrowLength
I've got a bar chart where I want the marks to be right above (for positive values) and right below (for negative values) the column. I have a series with 10 values, but two of the marks are showing up on top of the columns. I have set ArrowLength and Distance both to 0. Any ideas? series.Marks.Arro...
- Tue Jan 13, 2009 8:48 pm
- Forum: .NET
- Topic: Question about annotation text
- Replies: 1
- Views: 2536
Question about annotation text
I'm calculating the width of an annotation and if it's too wide I insert a new line. Is there anyway to get the text that is now on the second line to be right aligned?
Thanks,
Nick
Thanks,
Nick
- Tue Jul 01, 2008 8:58 pm
- Forum: .NET
- Topic: Label on top of pie
- Replies: 1
- Views: 2555
Label on top of pie
Hello,
Another dumb question. I sometimes get labels on my pie that are sitting on top of the pie. What's the easiest way for me to check to see if a label is on top of the pie and then move it?
Thanks,
Nick
Another dumb question. I sometimes get labels on my pie that are sitting on top of the pie. What's the easiest way for me to check to see if a label is on top of the pie and then move it?
Thanks,
Nick
- Fri Jun 27, 2008 3:14 am
- Forum: .NET
- Topic: Fixed height and width
- Replies: 3
- Views: 4037
Hi Narcís, I will upload a complete example when I get in to the office tomorrow morning. I wasn't very clear with what I was saying. Just for clarification a bit, I've got a pie chart (although I believe I'm seeing the same behavior for other chart types too) where I am setting the height and width...
- Thu Jun 26, 2008 1:24 pm
- Forum: .NET
- Topic: Fixed height and width
- Replies: 3
- Views: 4037
Fixed height and width
Hello, I'm probably overlooking a property or something, but I've got a question about the height and width. I've set the height and width of a pie chart, for example, to 200. In some instances I have labels that are quite long. In these cases the pie dimensions seem to grow, but I need it stay cons...