#PlotData
##Properties
| Datatype | Property name | Property description | Default Value |
|---|---|---|---|
| String | PlotName | Gets or sets the name used to identify and label the plot point. | String.Empty |
| Object[] | X | Gets or sets the array of data that will be used for the X axis of the plot, representing the values at each Y axis point. | [] |
| Double[] | Y | Gets or sets the array of data that will be used for the Y axis of the plot, representing the labels that display on the plot. | [] |
##Methods
###CompareTo(System.Object) Compares the label on this plot chart to the input Izenda.AdHoc.PlotData object to determine the sort order for a list of plot charts.
Parameters:
- System.Object obj - The Izenda.AdHoc.PlotData object to compare to.
Returns:
A System.Int32 representing whether the compared object should precede, follow, or is the same as the current object.
###Equals(System.Object) Determines whether the specified System.Object is equal to the current System.Object.
Parameters:
- System.Object obj - The System.Object to compare with the current System.Object.
Returns:
true if the specified System.Object is equal to the current System.Object; otherwise, false.
###GetHashCode() Serves as a hash function for a particular type.
Returns:
A hash code for the current System.Object.
###GetType() Gets the System.Type of the current instance.
Returns:
The System.Type instance that represents the exact runtime type of the current instance.
###ToString() Returns a System.String that represents the current System.Object.
Returns:
A System.String that represents the current System.Object.
