Click or drag to resize
Candlestick Methods

The Candlestick type exposes the following members.

Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodFirePickListeners
Invokes the pick delegates defined at this node and at all of its ancestors, if the event "hits" the node.
(Inherited from ChartNode.)
Public methodGetAttribute
Gets the value of an attribute.
(Inherited from AbstractChartNode.)
Public methodGetBooleanAttribute
Convenience routine to get a Boolean-valued attribute.
(Inherited from AbstractChartNode.)
Public methodGetChildren
Gets the list of child nodes.
(Inherited from ChartNode.)
Public methodGetClose
Returns the stock prices at close.
(Inherited from HighLowClose.)
Public methodGetColorAttribute
Convenience routine to get a Color-valued attribute.
(Inherited from AbstractChartNode.)
Public methodGetComponent
Gets the "Component" attribute value.
(Inherited from ChartNode.)
Public methodGetConcatenatedViewport
Returns the value of the "Viewport" attribute concatenated with the "Viewport" attributes set in its ancestor nodes.
(Inherited from ChartNode.)
Public methodGetDoubleAttribute
Convenience routine to get a Double-valued attribute.
(Inherited from AbstractChartNode.)
Public methodGetFillPaint
Returns the "FillPaint" attribute value.
(Inherited from ChartNode.)
Public methodGetGradient
Returns the value of the "Gradient" attribute.
(Inherited from ChartNode.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetHigh
Returns the high stock prices.
(Inherited from HighLowClose.)
Public methodGetIntegerAttribute
Convenience routine to get an Integer-valued attribute.
(Inherited from AbstractChartNode.)
Public methodGetLineDashPattern
Returns the "LineDashPattern" attribute value.
(Inherited from ChartNode.)
Public methodGetLow
Returns the low stock prices.
(Inherited from HighLowClose.)
Public methodGetMarkerDashPattern
Returns the "MarkerDashPattern" attribute value.
(Inherited from ChartNode.)
Public methodGetOpen
Returns the opening stock prices.
(Inherited from HighLowClose.)
Public methodGetScreenViewport
Returns the value of the "Viewport" attribute scaled by the screen size.
(Inherited from ChartNode.)
Public methodGetStringAttribute
Convenience routine to get a String-valued attribute.
(Inherited from AbstractChartNode.)
Public methodGetTitle
Returns the value of the "Title" attribute.
(Inherited from ChartNode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetViewport
Returns the value of the "Viewport" attribute.
(Inherited from ChartNode.)
Public methodGetWebComponent
Gets the "Component" attribute value.
(Inherited from ChartNode.)
Public methodGetX
Returns the "X" attribute value.
(Inherited from AbstractChartNode.)
Public methodGetY
Returns the "Y" attribute value.
(Inherited from AbstractChartNode.)
Public methodIsAncestorOf
Determines if this node is an ancestor of the argument node.
(Inherited from AbstractChartNode.)
Public methodIsAttributeSet
Determines if an attribute is defined (may have been inherited).
(Inherited from AbstractChartNode.)
Public methodIsAttributeSetAtThisNode
Determines if an attribute is defined in this node (not inherited).
(Inherited from AbstractChartNode.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodOnPick
Invokes delegates registered with the Pick event.
(Inherited from ChartNode.)
Public methodPaint
Paints this node and all of its children.
(Overrides HighLowClosePaint(Draw).)
Public methodPrePaint
The PrePaint method is called in all nodes in a chart just before the chart is painted. The default implementation does nothing. Override this method to do computations just before painting in a chart node.
(Inherited from ChartNode.)
Public methodRemove
Removes the node from its parents list of children.
(Inherited from AbstractChartNode.)
Public methodSetAttribute
Sets an attribute.
(Inherited from AbstractChartNode.)
Public methodSetClose
Sets the closing stock prices.
(Inherited from HighLowClose.)
Public methodSetDataRange
Update the data range, range = {xmin,xmax,ymin,ymax}
(Inherited from HighLowClose.)
Public methodSetDateAxis
Sets up the x-axis for high-low-close plot.
(Inherited from HighLowClose.)
Public methodSetFillPaint(Brush)
Sets the value of the "FillPaint" attribute.
(Inherited from ChartNode.)
Public methodSetFillPaint(Image)
Sets the "FillPaint" attribute value.
(Inherited from ChartNode.)
Public methodSetFillPaint(Uri)
Sets the "FillPaint" attribute value.
(Inherited from ChartNode.)
Public methodSetGradient(Color)
Sets the value of the "Gradient" attribute.
(Inherited from ChartNode.)
Public methodSetGradient(Color, Color, Color, Color)
Sets the value of the "Gradient" attribute.
(Inherited from ChartNode.)
Public methodSetHigh
Sets the high stock prices.
(Inherited from HighLowClose.)
Public methodSetLineDashPattern
Sets the "LineDashPattern" attribute value.
(Inherited from ChartNode.)
Public methodSetLow
Sets the low stock prices.
(Inherited from HighLowClose.)
Public methodSetMarkerDashPattern
Sets the "MarkerDashPattern" attribute value.
(Inherited from ChartNode.)
Public methodSetOpen
Sets the opening stock prices.
(Inherited from HighLowClose.)
Public methodSetTitle(String)
Sets the value of the "Title" attribute.
(Inherited from ChartNode.)
Public methodSetTitle(Text)
Sets the value of the "Title" attribute.
(Inherited from ChartNode.)
Public methodSetViewport(Double)
Used to specify the viewport location.
(Inherited from ChartNode.)
Public methodSetViewport(Double, Double, Double, Double)
Used to specify the viewport location.
(Inherited from ChartNode.)
Public methodSetX
Sets the "X" attribute value.
(Inherited from AbstractChartNode.)
Public methodSetY
Sets the "Y" attribute value.
(Inherited from AbstractChartNode.)
Public methodToString
Returns the name of this chart node.
(Inherited from AbstractChartNode.)
Top
See Also