User (Legacy) Posted June 23, 2003 Report Posted June 23, 2003 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!
Software FX Posted June 24, 2003 Report Posted June 24, 2003 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.
User (Legacy) Posted June 27, 2003 Author Report Posted June 27, 2003 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. > >
Software FX Posted June 30, 2003 Report Posted June 30, 2003 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.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.