Jump to content
Software FX Community

How to center point labels in GANTT charts?


User (Legacy)

Recommended Posts

I'm using ChartFX IE 5.5 and creating horizontal bar charts (GANTT charts)

Is there a way to center point labels in these, without resorting to

Annotation Objects?

Here is what I've tried:

.PointLabels = true

.PointLabelAlign = LA_CENTER Or LA_BASELINE

but the labels always come out Right-justified in the bars. When I have

small numbers, they run together and we can't tell them apart.

Thanks -

Jim Tebbel

Link to comment
Share on other sites

You want them center horizontally or vertically ? if you mean in the center

of the bar like so:

----------------------------------------------

| Label |

----------------------------------------------

This is not currently supported. You can have them VERTICALLY centered and

inside or outside the edge of the bar.

--

FP

Software FX, Inc.

Link to comment
Share on other sites

Please consider adding this as an enhancement. Because ChartFX doesn't

currently support this, I'm having to use two separate charting tools in my

project. I would prefer to do it all in ChartFX.

"SoftwareFX Support" <support@softwarefx.com> wrote in message

news:6Yc0tbDWCHA.2520@webserver1.softwarefx.com...

> You want them center horizontally or vertically ? if you mean in the

center

> of the bar like so:

>

> ----------------------------------------------

> | Label |

> ----------------------------------------------

>

> This is not currently supported. You can have them VERTICALLY centered and

> inside or outside the edge of the bar.

>

> --

> FP

> Software FX, Inc.

>

>

Link to comment
Share on other sites

Ok, I've downloaded the eval version of the .NET IE and still can't get it

to work with these options.

Chart1.Gallery=Gallery.Gantt;

Chart1.Chart3D=true;

Chart1.Stacked = Stacked.Stacked100;

I've posted the complete section of code on chartfx.net.webforms, please

look at the message:

Point Labels and Max Y on Gantt Stacked 1000 chart - .NET Internet

Thanks!

"SoftwareFX Support" <support@softwarefx.com> wrote in message

news:#rc1roNWCHA.976@webserver1.softwarefx.com...

> This has been added to Chart FX 6.0 (for .NET)

>

> --

> FP

> Software FX, Inc.

>

>

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...