The SDL Component Suite is an industry leading collection of components supporting scientific and engineering computing. Please visit the SDL Web site for more information....



SetItemParams


Unit:SDL_polchart
Class: TPolChart
Declaration: procedure SetItemParams (Item: longint; ItParams: TpcChartItem);

The method SetItemParams sets the parameters of a single chart item. The input parameter Item is the index of the item (c.f. array property DataContainer). The parameter ItParams is of the type TpcChartItem and contains the information on the item.

Hint: With release 8.0 of the SDL Component Suite the data model of POLCHART has been changed from a linked list to a dynamic array which is accessible via the array property DataContainer. The method SetItemParams has been kept for compatibility purposes, future designs should use the property DataContainer.



Last Update: 2023-Dec-13