You are here: Start » FIL.NET » ProfileBox.ProfileContainer Class
ProfileBox.ProfileContainer Class
Namespace: | HMI.Controls |
---|---|
Assembly: | HMI.Controls.dll |
Provides interface for setting profile data to ProfileBox control.
Properties
Name | Type | Description | |
---|---|---|---|
![]() | IsEmpty | System.Boolean | Indicates that the control is not showing any profile data. |
![]() | Size | System.Int32 | Gets the size (in points) of the profile currently visible in the control. |
Methods
Name | Description | |
---|---|---|
![]() | Equals(object) | Inherited from System.Object |
![]() | GetHashCode() | Inherited from System.Object |
![]() | GetType() | Inherited from System.Object |
![]() | SetData(float[]) | Sets the profile data to be shown in the control. |
![]() | SetData(System.IntPtr, int) | Sets the profile data to be shown in the control. |
![]() | SetData(float[], double, double) | Sets the profile data to be shown in the control. |
![]() | SetData(System.IntPtr, int, double, double) | Sets the profile data to be shown in the control. |
![]() | SetOverflowState() | Resets current profile data and puts the chart control into profile overflow error state. |
![]() | SetProfile(FilNet.Profile) | Sets the profile to be shown in the control. |
![]() | ToString() | Inherited from System.Object |