Data as read-only

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
Hans Wolfgang
Newbie
Newbie
Posts: 58
Joined: Fri Nov 15, 2002 12:00 am
Location: Naples, FL
Contact:

Data as read-only

Post by Hans Wolfgang » Sat Sep 04, 2004 3:33 am

I would like to preclude a user editing data in a tChart. The data are added when an experiment has been completed, and should not be editable thereafter. User can change scales and set the presentation style, but should be precluded from adding or removing xyData.

Is there a property setting to enforce this?

tks,

jwc

Pep
Site Admin
Site Admin
Posts: 3273
Joined: Fri Nov 14, 2003 5:00 am
Contact:

Post by Pep » Mon Sep 06, 2004 9:14 am

Hi Hans,

You should be able to use the TChartGrid.EditorMode property to be able to achieve this (see TeeChart Help for further details).

Hans Wolfgang
Newbie
Newbie
Posts: 58
Joined: Fri Nov 15, 2002 12:00 am
Location: Naples, FL
Contact:

Post by Hans Wolfgang » Wed Sep 08, 2004 4:23 pm

Josep,

Thanks, I was looking in the tChart, not the tChartEditor. There is a property, tChartEditor.HideTabs.cetSeriesData. I just set it to True.

h-w

Post Reply