TChart overview

Constructors

 ConstructorOverloaded

Public Events

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

Public Fields

 BottomAxisImage
 BottomAxisRect
 BottomAxisScrollView
 CurrentScrollView
 LeftAxisImage
 LeftAxisRect
 LeftAxisScrollView
 multiTouchSavedAxes
 myImage

Public Methods

 ClearReset the Chart to its default values.
 Crop
 DoInvalidate
 DrawPaints the Chart internally to calculate Chart values that would otherwise be calculated only when the Chart is actually Painted to the screen.
 GetObjectData
 iPhoneAlert
 iPhoneSaveToPhotos
 ResizeChartForZoom
 SaveImageToDeskTop
 TouchesBegan
 TouchesEnded
 TouchesMoved

Public Properties

 AspectAccesses view characteristics of the Chart.
 AutoRepaintEnables/Disables Repainting of Chart when points are added.
 AxesCollection of predefined and custom axis objects.
 Canvas
 ChartDefines the Chart to display.
 CurrentThemeName of current active Chart Theme
 FooterDefines Text shown at the bottom of the Chart.
 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.
 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