User (Legacy) Posted November 1, 2001 Report Posted November 1, 2001 Question 1: How do I prevent the user from changing the data on a chart? I am using an XY Scatter chart, and right now the user can move the data points around, and I want to prevent this. Question 2: We are using Constant Lines. If the Chart is converted to 3D format only the outline of the constant line is displayed. Is there anyway I can make the constant line appear more 3D than just the lines. Basically, we would like those dark bue lines to be filled in.. and look more like planes than lines.
Software FX Posted November 2, 2001 Report Posted November 2, 2001 1) Just set: AllowDrag = False AllowEdit = False 2) No. This is not supported. -- FP Software FX, Inc.
User (Legacy) Posted November 7, 2001 Author Report Posted November 7, 2001 Perfect.. that works! Thank you. "SoftwareFX Support" <support@softwarefx.com> wrote in message news:ha5whJ7YBHA.2488@webserver1.softwarefx.com... > 1) > > Just set: > > AllowDrag = False > AllowEdit = False > > 2) > > No. This is not supported. > > -- > FP > Software FX, Inc. > >
Recommended Posts
Archived
This topic is now archived and is closed to further replies.