Assembly: Express;
Namespace: Prognoz.Platform.Interop.Express;
The IEaxDataAreaControl interface is used to work with parameters of data analytical area slice.
IEaxDataAreaControl
To work with parameter controlling setting object of data analytical area, use the IEaxDataAreaControlInfo interface.
| Property name | Brief description | |
| ControlledObject | The ControlledObject property returns the analytical data area slice for which parameter control is set up. | |
| Count | The Count property returns the parameter number of analytical data area slice. | |
| IsEmpty | The IsEmpty property returns whether parameter controlling settings of data analytical area slice are absent. | |
| Item | The Item property returns analytical data area slice parameter. |
| Method name | Brief description | |
| AddControl | The AddControl method adds a controlling setting for slice parameter with specified identifier. | |
| FindById | The FindById method searches and returns analytical data area slice parameter by its identifier. | |
| RemoveById | The RemoveById method removes the slice parameter from collection by its identifier. |
See also: