Jump to content
Software FX Community

Point labels in boxes and small pie charts


Layada

Recommended Posts

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.

Link to comment
Share on other sites

> 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.

 

 

Link to comment
Share on other sites

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

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...