Summary
The chart object types.
Syntax
public sealed enum ChartObjectType
Members
Name | Type | Summary |
---|---|---|
AndrewsPitchfork | Field | The Andrews Pitchfork that can be placed directly in the chart, bound to X-Y axises. |
Drawing | Field | |
Ellipse | Field | The ellipse of any preferable size and rotation that can be drawn directly in the chart, bound to X-Y axises. |
EquidistantChannel | Field | The equidistant channel that can be placed directly in the chart, bound to X-Y axises. |
FibonacciExpansion | Field | The Fibonacci Expansion that can be placed directly in the chart, bound to X-Y axises. - a charting technique used to plot possible levels of support and resistance by tracking not only the primary trend but also the retracement. |
FibonacciFan | Field | The Fibonacci Fan that can be placed directly in the chart, bound to X-Y axises. a charting technique used to estimate support and resistance levels by drawing the new trend lines based on the Fibonacci Retracement levels. |
FibonacciRetracement | Field | The Fibonacci Retracement that can be placed directly in the chart, bound to X-Y axises. - a charting technique that uses the Fibonacci ratios to indicate the areas of support or resistance. |
HorizontalLine | Field | The horizontal line. The line parallel to the X-axis that can be set on any Y-axis value. |
Icon | Field | The icon. The collection of icons that can be placed directly in the chart, bound to X-Y axises. |
Rectangle | Field | The rectangle of any preferable size and rotation that can be drawn directly in the chart, bound to X-Y axises. |
StaticText | Field | |
Text | Field | The text that can be placed directly in the chart, bound to X-Y axises. |
TrendLine | Field | The trend line. The line with the start and end points that can be drawn in any direction on the chart. |
Triangle | Field | The triangle of any preferable size and rotation that can be drawn directly in the chart, bound to X-Y axises. |
VerticalLine | Field | The vertical line. The line parallel to the Y-axis that can be set on any X-axis value. used to mark certain time event or chart bar on the chart.TBD |