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.

The information on this article applies to
Summary
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. Can this be done?

Description
.Net version of chartfx has added a new property in the DataEditor object called ShowHiddenSeries so that Hidden series (on the chart) will also show.

You have to hide the series that you don't want to see in the chart, don't set DataType.NotUsed, this will prevent the chart from reading the series from your data source.

To hide a series use:

chart.Series[index].Visible = false;

Related Articles
Q6001006 How can I customize my point labels to appear on certain points only?
Q6001007 How can I plot charts with an unequal number of points per series?
Q6001041 How to add additional points or series to the chart
Q6002058 Importing chart settings via XML throws an unhandled exception if the data editor is previously enabled
Q6002071 DataEditor modifying the wrong series when one of the series is hidden
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
Q6002129 Error modifying DateTime values via DataEditor
Q6002134 DataEditor not correctly displayed in Gantt charts
Q6002171 Hidden series bug in Data Editor


ArticleID:Q6001011
Keywords:
Reviewed:5/14/2002 11:54:00 AM

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.