TChart overview

Constructors

 ConstructorOverloaded

Public Events

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

Public Methods

 AboutBox
 AddSeriesAdds a new Series into Chart.
 ClearReset the Chart to its default values.
 DoInvalidate
 DrawPaints the Chart internally to calculate Chart values that would otherwise be calculated only when the Chart is actually Painted to the screen.
 ExchangeSeries
 GetObjectData
 RemoveAllSeries
 ShowEditorShows the TeeChart editor dialog.

Public Properties

 AnimationsCollection of Animation components contained in this Chart.
 ApplyZOrder
 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.
 CanvasAccesses TeeChart Draw properties and methods.
 ChartDefines the Chart to display.
 ClipPoints
 CurrentThemeName of current active Chart Theme
 ExportAccesses Chart export properties and methods.
 FontDetermines Font characteristics.
 FooterDefines Text shown at the bottom of the Chart.
 ForeColorGets the foreground color of the TChart object.
 FrameObsolete. Determines properties of frame around chart back wall. Use tChart1.Walls.Back.Pen property instead.
 GetCursorPos
 Graphics3DUse the Graphics3D property to access TeeChart Draw properties and methods.
 HeaderDefines Text shown at top of the Chart.
 ImportAccesses Chart import properties and methods.
 ItemDefault indexer ( Example: tChart1[0].Color=Color.Blue; is equivalent to tChart1.Series[0].Color=Color.Blue; )
 LegendLegend characteristics
 MetafileReturns a Metafile image filled with Chart.
 MetafilingTrue when the Chart is internally drawing into a Metafile image.
 PageAccesses multiple page characteristics of the Chart.
 PanelBackground visible attributes.
 PanningAccesses Panning characteristics.
 PrinterPrinting related properties.
 PrintingDetermines when Chart is being printed.
 SeriesCollection of Series contained in this Chart.
 SeriesCountObsolete. Returns number of Series in Chart. Use tChart1.Series.Count property instead.
 SiteGets or sets the site of the TChart control.
 SubFooterDefines Text shown directly above Footer.
 SubHeaderDefines Text shown directly below Header.
 TextSets the text for the Footer, Header, SubFooter and SubHeader.
 TimerEnabledObsolete. Enables or disables the internal timer used to auto-repaint Chart. Use a standard Timer component to call tChart1.Invalidate() instead.
 TimerIntervalObsolete. Gets or sets the interval in milliseconds used to auto-repaint Chart. Use a standard Timer component to call tChart1.Invalidate() instead.
 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.

Protected Methods

 DisposeClean up any resources being used.
 initVars
 OnDoubleClick
 OnInvalidated
 OnKeyDown
 OnKeyUp
 OnMouseDown
 OnMouseLeave
 OnMouseMove
 OnMouseUp
 OnMouseWheel
 OnPaint
 OnPaintBackground
 OnResize

Protected Properties

 DefaultSize

See Also

TChart Class | Steema.TeeChart Namespace