User (Legacy) Posted April 3, 2003 Report Share Posted April 3, 2003 Hi, I generate an image of the pie chart in my code. But, the pie chart gets cut at the bottom. See the attachment. I use the following values for the gap, height & width. myGraph.HtmlTag = "image" myGraph.Height = New Unit(150) myGraph.Width = New Unit(100, UnitType.Percentage) .... .... myGraph.LeftGap = 1 myGraph.RightGap = 1 myGraph.TopGap = 1 myGraph.BottomGap = 1 How to get the full pie chart? Thanks Hetal Quote Link to comment Share on other sites More sharing options...
Software FX Posted April 4, 2003 Report Share Posted April 4, 2003 Are you using Chart FX for .NET ? if so you are in the wrong newsgroup. I think the problem you are having (if you are using Chart FX for .NET) is fixed in the latest service pack, take a look at article Q6002137. SeparateSlice property causing Pie charts to be clipped incorrectly In our support site. -- FP Software FX, Inc. Quote Link to comment Share on other sites More sharing options...
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.