Classes that allow creation and access to chart objects such as lines, rectangles, Fibonacci retracements, etc.

Classes

  ClassDescription
ChartArchimedesSpiral
Archimedes Spiral
ChartArrowLine
A line with an arrow head.
ChartAsynChannelLRegression
An Asyn Linear Regression line.
ChartCircle
Draw a filled or transparent circle on a chart.
ChartCrossChannel
A line with several equidistant channel lines drawn from the base.
ChartCycleLineBase
Base class cycle line based objects. Do not create an instance of this object.
ChartDownTrendChannel
An object that draws channel lines based on the price values on the chart.
ChartEllipse
Draw a filled or transparent ellipse on a chart.
ChartEqualChannel
A line with several equidistant channel lines drawn.
ChartEqualCycleLine
Equal Cycle Line
ChartFan
Fan object
ChartFibChannel
An object that draws channel lines based on Fibonacci sequences.
ChartFibCircle
Fibonacci Circle object
ChartFibCycleLine
Fibonacci Cycle Line
ChartFibFan
Fibonacci Fan object
ChartFibLine
Fibonacci Line or Fibonacci Levels
ChartFilledObjectBase
Base class for shapes that have "filled" characteristics
ChartHorizontalLine
A horizontal line.
ChartHyperbolicSpiral
Hyperbolic Spiral
ChartImage
Image Object
ChartLabel
Label Object
ChartLine
A simple line.
ChartLituusSpiral
Lituus Spiral
ChartLogarithmicSpiral
Logarithmic Spiral
ChartLRegression
A Linear Regression line.
ChartLRegressionChannel
A Linear Regression channel.
ChartMultiArc
Multi Arc Object
ChartObjectBase
The abstract base class that implements the IChartObject interface. Derive all chart objects from this class.
ChartOpenLRegression
An Open Linear Regression channel.
ChartParabolicSpiral
Parabolic Spiral
ChartParallelogram
A Parallelogram chart object
ChartPercentLine
Percent Line or Percent Levels
ChartRectangle
A Rectangle object
ChartRectangleBand
A Rectangle "band" or background object
ChartRectanglePrice
A Price Rectangle
ChartRegressionBase
Base class for chart objects that utilize linear regression calculations.
ChartRoundedRectangle
A Rounded Rectangle
ChartSineObject
Sine Object
ChartSingleLineBase
Base class for all single line objects such as horizontal or vertical line.
ChartSpiralObjectBase
Base class for chart objects that utilizes spirals.
ChartSplitObjectBase
Base class for chart objects that use split values.
ChartSplitObjectFont
Base class for chart objects that use split values and manipulate fonts.
ChartSquareCycleLine
Square Cycle Line
ChartStdChannel
An object that draws channel lines based on Standard calculation.
ChartStdErrorChannel
An object that draws channel lines based on the Standard Error calculation.
ChartSymmetryLine
Symmetry Line
ChartText
Text Object
ChartTextBase
Base class for text type chart objects.
ChartTriangle
A Parallelogram chart object
ChartUpDownTrendChannel
An object that draws channel lines based on the price values on the chart.
ChartUpTrendChannel
An object that draws channel lines based on the price values on the chart.
ChartVerticalLine
A vertical line.

Interfaces

  InterfaceDescription
IChartObject
IChartObject interface. Implement this interface to create your own chart objects. It is recommended that you do this by deriving from ChartObjectBase.