XYZScatter |
[SerializableAttribute] public class XYZScatterPointInformation
The XYZScatterPointInformation type exposes the following members.
Name | Description | |
---|---|---|
XYZScatterPointInformation | Constructor. |
Name | Description | |
---|---|---|
LayerCoordinates | Layer coordinates of the plot point. | |
PlotIndex | Index of plot point, i.e. the number of points plotted before the point. Since it is possible that some points are invalid, this number can be smaller than RowIndex. | |
RowIndex | Index into the row (of a DataColumn for instance) that represents this scatter point. |
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (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 the default hash function. (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) | |
ToString | Returns a string that represents the current object. (Inherited from Object) |