Jump to content
Software FX Community

Series labels on bars?


User (Legacy)

Recommended Posts

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.

>

>

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...