Jump to content
Software FX Community

Re: Pie Titles


User (Legacy)

Recommended Posts

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

> >

> >

>

>

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...