Q6001006. How can I customize my point labels to appear on certain points only?

The information on this article applies to
Summary
This article explains how to place point labels only on certain points or a particular series in your chart.

Description
Chart FX supports both a Point and Series objects. Using these objects, you may configure PointLabels visible for selected elements in the chart:

Chart1.Point[0,0].PointLabels = true;
Chart1.Series[1].PointLabels = true;

The PointLabelMask property may be used to customize PointLabels, allowing you to even insert Macros that when displayed in the label provide information specifically for that point. Chart FX also supports the GetPointLabel event, which may be captured and provides access to modify the PointLabel String as well (in webform development, this event may only be captured on the client side). Check your API Reference for more information.

Related Articles
Q6001007 How can I plot charts with an unequal number of points per series?
Q6001011 I have a calculated column on my dataset. I don't want this column to be graphed but I do want it to show up in the dataeditor.
Q6001041 How to add additional points or series to the chart
Q6002072 Last character cut off in series legend box when printing chart
Q6002126 Setting BorderColor for ‘All Series’ using the run-time property dialog is ignored


ArticleID:Q6001006
Keywords:
Reviewed:6/4/2004 6:08:00 PM

DISCLAIMER INFORMATION:
Information in this document is subject to change without notice and does not represent a commitment on the part of Software FX, Inc. The software, which includes the information contained in any databases, described in this document is furnished under a license agreement or nondisclosure agreement. The software may be used or copied only in accordance with the terms of those agreements. It is against the law to copy the software on any medium except as copy of the software for backup purposes. No part of this article may be reproduced or transmitted in any form or by any means including recording, or information storage and retrieval systems, for any purpose other than the purchaser's personal use, without the express written permission of Software FX, Inc.

Software FX, Inc. disclaim all warranties, either express or implied, including but not limited to implied warranties of merchantability and fitness for a particular purpose, with respect to the instructions contained in this article.

In no event shall Software FX, Inc. be liable for any damages whatsoever including, without limitation, damages for loss of business profits, business interruption, loss of business information, or other pecuniary loss, even if Software FX, Inc. has been advised of the possibility of such damages. Because some states do not allow the exclusion or limitation of liability for consequential or incidental damages, the above limitation may not apply to you.