Layada 0 Posted September 19, 2007 Report Share Posted September 19, 2007 Hi, I have some questions about ChartFX 6.2. 1. Is it possible display Point Labels in boxes (not only text). 2. Pie chart after rendering to image is very small (Point lables is very long and arrange on the right only) but there are a lot blank space a left. Is it possible to manipulate and shift the chart on the image? Thanks. Quote Link to post Share on other sites
Frank 0 Posted September 19, 2007 Report Share Posted September 19, 2007 > 1. Is it possible display Point Labels in boxes (not only text). Yes: chart1.AllSeries.PointLabels.BackColor = Color.AntiqueWhite; chart1.AllSeries.PointLabels.BorderColor = Color.Blue;> Is it possible to manipulate and shift the chart on the image? You can control how much space is given to the labels but it is on both sides (left and right). The property to do that is: ((Pie) chart1.GalleryAttributes).MaximumLabelMargin. Quote Link to post Share on other sites
Layada 0 Posted September 20, 2007 Author Report Share Posted September 20, 2007 Hi. I'm sorry, I didn't find object AllSeries in the object Chart. Also i didn't find object GaleryAttributes (I could see Galery and GaleryObj only). I used ChartFX for .Net 6.2.1342 Trial version. Thanks. Quote Link to post Share on other sites
Frank 0 Posted September 20, 2007 Report Share Posted September 20, 2007 Then you posted in the wrong forum. I'm moving this post to the appropriate forum (Chart FX 6.2). As for the functionality you asked about: 1) Boxed point labels are NOT supported in Chart FX 6.2. This is a new feature in Chart FX for VS 2005 2) GalleryAttributes is called GalleryObj in Chart FX 6.2 Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.