Equals (inherited from Object) | Determines whether the specified Object instances are considered equal. |
ReferenceEquals (inherited from Object) | Determines whether the specified Object instances are the same instance. |
ImagePlot | Overloaded. Initializes a new instance of the ImagePlot class. |
Center | If true, pixels are centered on their respective coordinates. If false, they are drawn between their coordinates and the coordinates of the the next point in each direction. |
DataMax | At or above which value a maximum gradient color should be used. |
DataMin | At or below which value a minimum gradient color should be used. |
Gradient | The gradient that specifies the mapping between value and color. |
Label | A label to associate with the plot - used in the legend. |
ShowInLegend | Whether or not to include an entry for this plot in the legend if it exists. |
Draw | Draw on to the supplied graphics surface against the supplied axes. |
DrawInLegend | Draws a representation of this plot in the legend. |
Equals (inherited from Object) | Determines whether the specified Object is equal to the current Object. |
GetHashCode (inherited from Object) | Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table. |
GetType (inherited from Object) | Gets the Type of the current instance. |
SuggestXAxis | Returns an x-axis that is suitable for drawing this plot. |
SuggestYAxis | Returns a y-axis that is suitable for drawing this plot. |
ToString (inherited from Object) | Returns a String that represents the current Object. |
WriteData | Write data associated with the plot as text. |
Finalize (inherited from Object) | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. |
MemberwiseClone (inherited from Object) | Creates a shallow copy of the current Object. |
ImagePlot Class | NPlot Namespace