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. |
LabelPointPlot | Overloaded. Initializes a new instance of the LabelPointPlot class. |
AbscissaData (inherited from BaseSequencePlot) | Gets or sets the data, or column name for the abscissa [x] axis. |
DataMember (inherited from BasePlot) | Gets or sets the specific data member in a multimember data source to get data from. |
DataSource (inherited from BasePlot) | Gets or sets the source containing a list of values used to populate the plot object. |
Font | The Font used to write text. |
Label (inherited from BasePlot) | A label to associate with the plot - used in the legend. |
LabelTextPosition | The position of the text label in relation to the point. |
Marker (inherited from PointPlot) | The Marker object used for the plot. |
OrdinateData (inherited from BaseSequencePlot) | Gets or sets the data, or column name for the ordinate [y] axis. |
ShowInLegend (inherited from BasePlot) | Whether or not to include an entry for this plot in the legend if it exists. |
TextData | The text datasource to attach to each point. |
Draw | Draws the plot on a GDI+ surface against the provided x and y axes. |
DrawInLegend (inherited from PointPlot) | 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 (inherited from PointPlot) | Returns an x-axis that is suitable for drawing this plot. |
SuggestYAxis (inherited from PointPlot) | Returns a y-axis that is suitable for drawing this plot. |
ToString (inherited from Object) | Returns a String that represents the current Object. |
WriteData (inherited from BaseSequencePlot) | Writes text data of the plot object to the supplied string builder. It is possible to specify that only data in the specified range be written. |
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. |
LabelPointPlot Class | NPlot Namespace