Namespace hierarchy

Public Classes

MarkersCollectionCollection of Marker Tool components.
MarkerMarker tool.
ToolBase Tool class.
ToolsCollectionCollection of Tool components.
ToolSeriesBase abstract class for Tool components with a Series property.
ToolAxisBase abstract class for Tool components with an Axis property.
BeforeDrawAxesEventArgsInternal use. Tool support EventArgs
BeforeDrawSeriesEventArgsInternal use. Tool support EventArgs
AfterDrawSeriesEventsArgsInternal use. Tool support EventArgs
BeforeDrawEventArgsInternal use. Tool support EventArgs
AfterDrawEventArgsInternal use. Tool support EventArgs
AxesChartRectEventArgsInternal use. Tool support EventArgs
ResizeEventArgsInternal use. Tool support EventArgs
AnnotationCallout
AnnotationAnnotation tool.
AxisArrowAxis Arrow tool.
AxisBreakAxis Breaks tool.
AxisBreaksCollection of AxisBreak
AxisBreaksToolAxis Breaks tool.
AxisScrollAxis Arrow tool.
BannerTool
ChartImageChart Image tool, use it to display a picture using the specified Series axes as boundaries. When the axis are zoomed or scrolled, the picture will follow the new boundaries.
ClipSeriesSeries clip tool. Clips area bounded by series vertical and horizontal axis.
ColorBandColor band tool, use it to display a coloured rectangle (band) at the specified axis and position.
ColorLineColor Line tool. To draw custom lines at a axis value.
CursorToolCursor tool.
CursorChangeEventArgsCursor tool Change EventArgs
CursorGetAxisRectEventArgsCursor tool GetAxisRect EventArgs
DataTableFilterSeriesEventArgsEvent args to enable filtering of series in the DataTable.
DataTableEventArgsEvent args to enable modification of text in the DataTable.
TableLegendLegend shape.
DataTableTool
DragMarkEventArgs
DragMarksDragMarks Tool.
DragPointDragPoint Tool.
DrawLineDraw Line tool.
DrawLinesCollection of DrawLineItem
DrawLineItemLine of DrawLine Tool.
ExtraLegendExtraLegend tool.
FaderToolThe Fader Tool class.
FibonacciToolFibonacci fans and arcs financial tool. Tool supports Fibonacci arcs and fans. Fibonacci arcs are charting technique consisting of three curved lines that are drawn for the purpose of anticipating key support and resistance levels, and areas of ranging. Fibonacci arcs are created by first drawing an invisible trendline between two points (usually the high and low in a given period), and then by drawing three curves that intersect this trendline at the key Fibonacci levels of 38.2%, 50% and 61.8%. Fibonacci fans are charting technique consisting of three diagonal lines that use Fibonacci ratios to help identify key levels of support and resistance. Fibonacci fans are created by first drawing a trendline through two points (usually the high and low in a given period), and then by dividing the vertical distance between the two points by the key Fibonacci ratios of 38.2%, 50% and 61.8%. The result of these divisions each represent a point within the vertical distance. The three 'fan' lines are then created by drawing a line from the leftmost point to each of the three representing a Fibonacci ratio.
GanttToolGantt Tool.
GanttDragEventArgsEventArgs for GanttDragEventHandler
GanttResizeEventArgsEventArgs for GanttResizeEventHandler
GridBandGrid Band tool, use it to display a coloured rectangles (bands) at the grid lines of the specified axis and position.
GridTransposeTranspose Grid 3D.
CustomHotspotEventArgsArguments for the Custom Hotspot event.
SeriesHotspotEventArgsArguments for the Series Hotspot event.
CustomHotspotSummary description for Hotspot.
SeriesHotspotSummary description for Hotspot.
LegendPalette
LightToolUse this tool to display a light-spot in 2D dimensions on top of a chart control.
MagnifyMagnify Tool.
MarksTipMarks Tip. Marks tip tool, use it to display "tips" or "hints" when the end-user moves or clicks the mouse over a series point.
MarksTipGetTextEventArgs
NearestPointNearest tool, use it to display a graphical signal when the mouse is moving near a series point.
PageNumberPageNumber annotation tool.
PieToolPie Slices tool.
RectangleToolRectangle tool.
RotateRotate tool.
ScrollBarSetPositionEventArgsEventArgs to support ScrollBar OnScrolled Event
LegendScrollBarLegend ScrollBar tool.
ScrollBarScrollBar tool.
ScrollPagerThe ScrollPage tool creates a SubChart showing a scrollable overview of a large dataset.
SelectorThis tool enables the end-user to click and drag chart elements like series, axes, legend, titles, etc. Events are called whenever the user selects an element by clicking it, drags the element to a new location or resizes the chart.
SeriesAnimationSeries Animation tool.
AnimationStepEventArgsEventArgs for AnimationStepEventHandler
SeriesBandToolSeries-Band tool. Use it to display a band between two (line) series. created 2003-12-14 by mkaul@leuze.de
SeriesRegionToolSeries region Tool. It colors bounded area under the (series) curve.
SeriesStatsCalculates basic series statistics.
SeriesTransposeTranspose multiple series (swap rows and columns).
SubChartToolAnnotation tool.
InnerChart
SubChart
ChartCollectionCollection of Chart components.
SurfaceNearestToolUse this tool to display a visual indication of selecting a Surface cell when the user moves the mouse over a surface series.
FibonacciItemIndividual Fibonacci level properties.
FibonacciLevelsCollection of all arcs.

Public Enumerations

AnnotationPositionsDescribes the possible values of the Position property.
AxisArrowPositionDescribes the possible values of the Position property.
AxisBreakStyleDescribes the possible values of the AxisBreaks.Style property.
ScrollingDirectionBanner text scrolling direction.
CursorToolStylesDescribes the possible values of the Style property.
SnapStyleWhen the Snap property is true, the SnapStyle property determines if the cursor will "jump" to existing series points as the user moves the mouse near them.
ScopeCursorStyleDefines the shape to draw around the Cursor XY position, only when the Style property is Scope.
CursorClickedDescribes the possible return values of the Clicked method.
DragPointStylesDescribes the possible values of the Style property.
DrawLineStyleLineStyle for Style
DrawLineHandlePlacement of Line handles for DrawLine
FaderStyle
FibonacciStyleDefines style for Levels
GanttBarPartInternal use. Supports Gantt Tool positioning
HotspotHelperScriptsTeeChart helper scripts to provide clientside functionality for ASP.NET Charts.
LegendPaletteAxis
LightStyleThe light style.
MarksTipMouseActionDescribes the possible values of the MouseAction property.
NearestPointStylesDescribes the possible values of the Style property.
NearestPointDirectionDescribes the possible values of the Direction property.
PieToolStyleDescribes the possible values of the Style property.
RotateStylesDescribes the possible values of the Style property.
ScrollBarDrawStyle

Public Delegates

ColorLineToolOnDragEventHandlerColorLine tool drag event handler
CursorChangeEventHandlerCursor tool Change event handler
CursorGetAxisRectEventHandlerCursor tool Axis event handler
DataTableFilterSeriesEventHandlerDataTable tool's FilterSeries event handler. Suitable for filtering series.
DataTableEventHandlerDataTable tool event handler. Suitable for modifying item texts.
DragMarkDraggedEventHandler
DragMarkDraggingEventHandler
DragPointEventHandlerDragPoint tool event handler
DrawLineEventHandlerDrawLine tool event handler
DrawLineSelectingEventHandlerDrawLine tool Selecting event handler
GanttDragEventHandlerGantt tool event handler called when Gantt Bar is dragged
GanttResizeEventHandlerGantt tool event handler called when Gantt Bar is resized
CustomHotspotEventHandlerHotspot Get HTML Map tool event handler
SeriesHotspotEventHandlerHotspot Get HTML Map tool event handler
MarksTipGetTextEventHandlerMarksTipGetText tool event handler
RectangleToolDraggingEventHandler
RectangleToolResizingEventHandler
RectangleToolResizedEventHandler
RectangleToolDraggedEventHandler
RotatingEventHandler
ScrollBarScrolledHandlerScrollBar OnScrolled Event Handler
ScrollBarChangedSizeHandlerScrollBar OnChangedSize Event Handler
ScrollBarSetPositionHandlerScrollBar OnSetPosition Event Handler
SelectorDraggedEventHandler
SelectorDraggingEventHandler
SelectorResizedEventHandler
SelectorResizingEventHandler
SelectorSelectedEventHandler
AnimationStepEventHandlerSeriesAnimation tool event handler
SelectEventHandler

Public Interfaces

IHotspotInternal use. Identification interface for hotspot tools

Requirements

Namespace: Steema.TeeChart.Tools Namespace

Assembly: TeeChart.iOS.Unified.dll