PlotData Class |
Namespace: ABB.Robotics.Tps.Windows.Forms
public class PlotData : IBindableComponent, IComponent, IDisposable
The PlotData type exposes the following members.
| Name | Description | |
|---|---|---|
| PlotData |
Initializes a new instance of the PlotData class.
| |
| PlotData(Plot, Double, Double) |
Initializes a new instance of the PlotData class.
| |
| PlotData(Plot, Double, Double, Int32) | Obsolete.
Initializes a new instance of the PlotData class.
|
| Name | Description | |
|---|---|---|
| DataBindings |
Gets the data bindings
| |
| Plot |
Gets/sets the Plot object
| |
| XValues |
Gets/sets the x values
| |
| YValues |
Gets/sets the y values
|
| Name | Description | |
|---|---|---|
| Dispose |
Clean up any resources being used.
| |
| Equals | (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| OnDisposed |
Raised when the PlotData object has been disposed.
| |
| ToString |
Overridden.
(Overrides ObjectToString.) |