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.... |
Home ChartPack RChart Class TSmithChart Properties DataContainer | |||||||
See also: AllocSize, NumItems, AnnoContainer (SmithChart) | |||||||
DataContainer |
|||||||
Drawing primitives (also dubbed "chart items" in this help file) such as lines, marks, text labels, etc. are stored in a dynamic array of the type array of TrcChartItem. The array of chart items is accessible via the array property DataContainer. The index of the array may take values between 0 (the first element) and NumItems-1 (the last item).
|