Page 1 of 1

Data as read-only

Posted: Sat Sep 04, 2004 3:33 am
by 5890703
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

Posted: Mon Sep 06, 2004 9:14 am
by Pep
Hi Hans,

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

Posted: Wed Sep 08, 2004 4:23 pm
by 5890703
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