User (Legacy) Posted December 19, 2000 Report Share Posted December 19, 2000 Try: objChart1.SerLegBoxObj.Docked = TGFP_BOTTOM Steve Dustin Norman <dustin@zoftech.com> wrote in message news:#lVJO0gaAHA.2420@sfxserver.softwarefx.com... > Thanks for the reply but I am not looking for the Legend Box. The problem > that I have is that in order to label a pie chart you need to use the > Series.Legend property. This is simply a text property that I can set. The > text appears by default *above* the pie chart. I would like to move it > below the pie chart if possible but I can't find any way to do this. > > Thanks, > Dustin Norman > Lead Software Engineer > Zoftech Inc. - Get Work Done > www.zoftech.com > v: 603 598 7563 x203 > dustin@zoftech.com > > > "SteveT" <stephent@compassadv.com> wrote in message > news:tFVf0OgaAHA.2400@sfxserver.softwarefx.com... > Are you trying to locate the Legend Box? > > objChart1.LegendBoxObj.Docked = TGFP_BOTTOM > > Steve > > Dustin Norman <dustin@zoftech.com> wrote in message > news:M8HDt1faAHA.2420@sfxserver.softwarefx.com... > > Okay. I solved that problem with the following code: > > > > cpChart_->RGBFont[CHART_VALUESFT] = RGB(255, 255, 255); > > > > Now the problem is that the label appears at the top of the pie. I would > > like it to be at the bottom. Is this possible? Thanks. > > > > Dustin Norman > > Lead Software Engineer > > Zoftech Inc. - Get Work Done > > www.zoftech.com > > v: 603 598 7563 x203 > > dustin@zoftech.com > > > > > > -- > > Dustin > > "Dustin Norman" <dustin@zoftech.com> wrote in message > > news:LqWUATfaAHA.1704@sfxserver.softwarefx.com... > > > Hi, > > > > > > I have a simple pie chart that I am applying labels to with the Legend > > > method of the Series object like so: > > > > > > cpChart_->Series->Item[0]->Legend = "Pie Chart Label" // Set the > > pie > > > label > > > > > > How can I change the font characteristics of this label (most > importantly > > > the color)? > > > > > > Thanks for any and all help. > > > > > > -- > > > Dustin Norman > > > Lead Software Engineer > > > Zoftech Inc. - Get Work Done > > > www.zoftech.com > > > v: 603 598 7563 x203 > > > dustin@zoftech.com > > > > > > > > > > > > > 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.