NPlot Documented Class Library

CandlePlot Members

CandlePlot overview

Public Static Fields

AutoScaleStickWidth If stick width is set equal to this value, the width will be automatically scaled dependant on the space between sticks.

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

CandlePlot Constructor Default constructor.

Public Instance Fields

BearishColor If CandlePlot.Style is Filled, then bearish moves are displayed in this color.
BullishColor If CandlePlot.Style is Filled, then bullish open-close moves are displayed in this color.
Style Specifies the CandleStick style to use.

Public Instance Properties

AbscissaData Gets or sets the data, or column name for the abscissa [x] axis.
Centered If true (default), bars will be centered on the abscissa times. If false, bars will be drawn between the corresponding abscissa time and the next abscissa time.
CloseData Gets or sets the data, or column name for the close values.
Color Color of this plot [excluding interior of filled boxes if Style is fill]. To change the Bullish and Bearish colours in Filled mode, use the BullishColor and BearishColor properties.
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.
HighData Gets or sets the data, or column name for the interval high values.
Label (inherited from BasePlot) A label to associate with the plot - used in the legend.
LowData Gets or sets the data, or column name for the interval low values.
OpenData Gets or sets the data, or column name for the open values.
ShowInLegend (inherited from BasePlot) Whether or not to include an entry for this plot in the legend if it exists.
StickWidth Width of each stick in pixels. It is best if this is an odd number.

Public Instance Methods

Draw Draws the candle plot on a GDI+ surface agains 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 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.

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

CandlePlot Class | NPlot Namespace