ChartCurrentSchemaLevel property: OrgChart class
Description
Set this property to specify the initial schema zoom level.
Valid values are 1 to the number of total schema instances set in the PeopleCode for the organization chart.
When a user selects a different schema level using the zoom control the systems sets the value in the PTCHART_SCHEMA_ID field to the new schema value and sets the value in the CurrentSchemaLevel property to the new schema value, then displays the chart using the new schema level.
If this property is changed to a new value by PeopleCode, the chart is displayed with the new schema level view.
The default value is 1.
Related Topics