You are here: Start » AVL.NET » ProfileBox.ProfileContainer Class

ProfileBox.ProfileContainer Class

Provides interface for setting profile data to ProfileBox control.

Namespace:HMI.Controls
Assembly:HMI.Controls.dll

Properties

 NameTypeDescription
IsEmptySystem.Boolean Indicates that the control is not showing any profile data.
SizeSystem.Int32 Gets the size (in points) of the profile currently visible in the control.

Methods

 NameDescription
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(AvlNet.Profile) Sets the profile to be shown in the control.
ToString()Inherited from System.Object

Remarks

See also