Jump to content
Software FX Community

Small graph problems


User (Legacy)

Recommended Posts

Hello,

I have a problema with ChartFX.

Why when I create a small size graph the graph is empty?

Please, see attachments.

And,

I use AnnotationText object as a title, but why the annotationText object is

not resized to the width of the whole graph but only to the width of the

plot area?

Can I rotate the Pie or can I change the pie start angle ?

Thanks,

Fanko

Link to comment
Share on other sites

> I have a problema with ChartFX.

> Why when I create a small size graph the graph is empty?

> Please, see attachments.

Well, in that small area there is simply no room to display both the chart

and the legendbox.

You may want to turn off the legend box when displaying a chart that size,

he solution depends on what would you like to see when the chart is that

small.

> I use AnnotationText object as a title, but why the annotationText object

> is not resized to the width of the whole graph but only to the width of

> the plot area?

Do you mean you want the annotation object to draw in the legend box area as

well ? If so, this is not supported.

> Can I rotate the Pie or can I change the pie start angle ?

Yes you need to set:

chart.Chart3D = true;

chart.View3D = true;

chart.AngleX = 0;

chart.AngleY = <start angle>;

--

FP

Software FX

Attachments.zip

Attachments.zip

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...