NPlot Documented Class Library

StepPlot Members

StepPlot overview

Public Static Methods

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.

Public Instance Constructors

StepPlot Constructor Constructor.

Public Instance Properties

AbscissaData (inherited from BaseSequencePlot) Gets or sets the data, or column name for the abscissa [x] axis.
Center Gets or sets whether or not steps should be centered. If true, steps will be centered on the X abscissa values. If false, the step corresponding to a given x-value will be drawn between this x-value and the next x-value at the current y-height.
Color The color of the pen used to draw lines in this plot.
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.
HideHorizontalSegments If true, then vertical lines are hidden.
HideVerticalSegments If true, then vertical lines are hidden.
Label (inherited from BasePlot) A label to associate with the plot - used in the legend.
OrdinateData (inherited from BaseSequencePlot) Gets or sets the data, or column name for the ordinate [y] axis.
Pen The pen used to draw the plot
ShowInLegend (inherited from BasePlot) Whether or not to include an entry for this plot in the legend if it exists.
WidthScale The horizontal line length is multiplied by this amount. Default corresponds to a value of 1.0.

Public Instance Methods

Draw Draws the step plot on a GDI+ surface against the provided x and y 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 suitable for use by this plot. The axis will be one that is just long enough to show all data.
SuggestYAxis Returns an Y-axis suitable for use by this plot. The axis will be one that is just long enough to show all data.
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.

Protected Instance Methods

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.

See Also

StepPlot Class | NPlot Namespace