Assembly: Report;
Namespace: Prognoz.Platform.Interop.Report;
The IPrxCalculatedPoints interface is used to work with the collection of calculated points.
IPrxCalculatedPoints
To work with calculated point from the collection, use properties and methods of the IPrxCalculatedPoint interface.
| Property name | Brief description | |
| Count | The Count property returns the number of calculated points in the collection. | |
| Item | The Item property returns calculated point by its index. |
| Method name | Brief description | |
| Add | The Add method adds a calculated point to the collection. | |
| CalculateValues | The CalculateValues method calculates point values. | |
| Clear | The Clear method clears the collection of calculated points. | |
| FindByKey | The FindByKey method searches calculated point in the collection by its key. | |
| Remove | The Remove method removes calculated point by its index from the collection. | |
| RemoveByKey | The RemoveByKey method removes calculated point by its key from the collection. |
See also: