Hello Chris,thanks for your interest
In Devstudio i have not been able to find nothing about this, but selecting
Enable Zoom/pan in Properties/Settings
I have seen that method
setSelectionEnable(5);
is added in GRAPHSTYLE
looking for in
http://techsupport.informationbuilders.com/ibase/master...3graph/wf53graph.pdf I have found this
Syntax:
setSelectionEnable(value);
value = getSelectionEnable();
where:
value
Can be one of the following:
0 for no selection.
1 selects a single element, only one object is highlighted.
2 selects only data related objects (bar, legend) and select all related objects when
clicking on one.
3 selects all related objects when one is clicked. 3 is the default value.
4 selects 50% data zooming on user-selected object.
5 selects drill-down/data zooming mode.
Syntax:
setSelectionEnableMove(boolean);
boolean = getSelectionEnableMove();
where:
boolean
Can be one of the following:
true allows user to select and move objects. This value is the default.
false allows user to select but not move objects.
it was what needed
thanks again for your attention