Jump to content
Software FX Community

Series labels on bars?


User (Legacy)

Recommended Posts

Posted

Is it possible for ChartFX to include a series label with the point label

on, say, a stacked bar graph -- e.g., "YES 50%," "NO 50%."

Also, can the labels be centered in their areas, or will they always appear

at the top?

Thanks!

Posted

What version of Chart FX are you using ?

Depending on the version you may have a property called PointLabelMask that

you can use to control what's displayed in the points, this includes things

like the value, the series legend, the x-axis label, etc.

--

FP

Software FX, Inc.

Posted

I'm using the trial version of the client server.  Don't see any entry for

PointLabelMask in the API for it. :-(

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

news:$EYWv2lODHA.2848@webserver1.softwarefx.com...

> What version of Chart FX are you using ?

>

> Depending on the version you may have a property called PointLabelMask

that

> you can use to control what's displayed in the points, this includes

things

> like the value, the series legend, the x-axis label, etc.

>

> --

> FP

> Software FX, Inc.

>

>

Posted

Looks like is missing from the help file in the trial, I'll check why,

anyways you can used it as follows:

chart.PointLabelMask = <string>

Where <string> can contain macros in the form of %* where "*" can be any of

the following:

l Shows X-Axis legend.

k Shows X-Axis Key legend.

s Shows Series Legend

x (lower case)Shows X-Value (XY Plots only)

X (upper case)Shows X-Value (All Charts - including those that don't

support X-values.)

i Shows IniValues (Gantt)

v Shows Data Value

v<n> For types that require more than one series, these are replaced by

the value of each one.

t Series Total (Sum of all points in this series)

p Percentage of total this point represents (Pie)

T Point Total (Sum of all series for this point)

P Percentage of total this series represents (Used in stacked charts).

Same as the TipMask property.

--

FP

Software FX, Inc.

Archived

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

×
×
  • Create New...