TChart overview

Constructors

 ConstructorOverloaded

Public Events

 AfterDraw
 AllowScroll
 BeforeDraw
 BeforeDrawAxes
 BeforeDrawSeries
 ClickSeries
 GetAxesChartRect
 GetAxisLabel
 GetLegendPos
 GetLegendRect
 GetLegendText
 GetNextAxisLabel
 Scroll
 ScrollMod
 UndoneZoom
 Zoomed

Public Fields

 NotSupportedSeries

Public Methods

 ClearReset the Chart to its default values.
 DoInvalidate
 DrawPaints the Chart in your preferred Canvas and region.
 ExchangeSeries
 FreeFrees all the resources used by the chart.
 OnKeyDown
 OnTouchEventThis override implements what TChart will do when OnTouchEvent is fired.
 RemoveAllSeries

Public Properties

 AnimationsCollection of Animation components contained in this Chart.
 AspectAccesses view characteristics of the Chart.
 AutoRepaintEnables/Disables Repainting of Chart when points are added.
 AxesCollection of predefined and custom axis objects.
 BitmapReturns a Bitmap image filled with Chart.
 Canvas
 ChartDefines the Chart to display.
 Cursor
 FooterDefines Text shown at the bottom of the Chart.
 FrameObsolete. Determines properties of frame around chart back wall. Use tChart1.Walls.Back.Pen property instead.
 Graphics3DUse the Graphics3D property to access TeeChart Draw properties and methods.
 HeaderDefines Text shown at top of the Chart.
 ItemDefault indexer ( Example: tChart1[0].Color=Color.Blue; is equivalent to tChart1.Series[0].Color=Color.Blue; )
 LegendLegend characteristics
 PageAccesses multiple page characteristics of the Chart.
 PanelBackground visible attributes.
 PanningAccesses Panning characteristics.
 SeriesCollection of Series contained in this Chart.
 SeriesCountObsolete. Returns number of Series in Chart. Use tChart1.Series.Count property instead.
 SubFooterDefines Text shown directly above Footer.
 SubHeaderDefines Text shown directly below Header.
 ToolsCollection of Tool components contained in this Chart.
 WallsAccesses left, bottom and back wall characteristics of the Chart.
 ZoomAccesses the Zoom characteristics of the Chart.

See Also

TChart Class | Steema.TeeChart Namespace