User (Legacy) Posted July 29, 2004 Report Posted July 29, 2004 Is there any way I can always have my point label for each slice drawn off the slice at the side. For the slices that do not have enough area there is a lign to the figure, however for the bigger peices it always draws the label on the slice?? Any ideas how to do this Thanks -- Steve Flit
Software FX Posted July 29, 2004 Report Posted July 29, 2004 So you don't want any label inside. You want all labels outside. Right ? ((SoftwareFX.ChartFX.GalleryObj.Pie) chart1.GalleryObj).LabelsInside= false; Will do just that. -- FP Software FX
User (Legacy) Posted July 29, 2004 Author Report Posted July 29, 2004 Thanks very much...and in VB it is I assume DirectCast(chart.GalleryObj, SoftwareFX.ChartFX.Internet.Server.GalleryObj.Pie).LabelsInside = False "SoftwareFX Support" <noreply@softwarefx.com> wrote in message news:cx1683XdEHA.3888@webserver3.softwarefx.com... > So you don't want any label inside. You want all labels outside. Right ? > > ((SoftwareFX.ChartFX.GalleryObj.Pie) chart1.GalleryObj).LabelsInside= false; > > > > Will do just that. > > > -- > FP > Software FX > >
Recommended Posts
Archived
This topic is now archived and is closed to further replies.