Assembly: Report;
Namespace: Prognoz.Platform.Interop.Report;
The IPrxCalculatedPoint interface is used to work with calculated point.
IPrxCalculatedPoint
To work with the collection of calculated points, use properties and methods of the IPrxCalculatedPoints interface.
Property name | Brief description | |
Children | The Children property returns child points. | |
DataSource | The DataSource property returns data source of calculated point. | |
FormattedValue | The FormattedValue property returns formatted value in calculated point. | |
IsShiftedPoint | The IsShiftedPoint property returns whether there is shift at least by one dimension. | |
Key | The Key property returns key of calculated point. | |
Name | The Name property determines name of calculated point. | |
SelectionSet | The SelectionSet property returns the selection, by which point is calculated. | |
Style | The Style property determines calculated point style. | |
UniqueKey | The UniqueKey property returns unique key of calculated point. | |
Value | The Value property returns value in the calculated point. |
Method name | Brief description | |
CalculateValue | The CalculateValue method calculates point. |
See also: