InnerChart overview

Constructors

 ConstructorOverloaded

Public Events

 AfterDraw (inherited from TChart)
 AllowScroll (inherited from TChart)
 BeforeDraw (inherited from TChart)
 BeforeDrawAxes (inherited from TChart)
 BeforeDrawSeries (inherited from TChart)
 ClickSeries (inherited from TChart)
 GetAxesChartRect (inherited from TChart)
 GetAxisLabel (inherited from TChart)
 GetLegendPos (inherited from TChart)
 GetLegendRect (inherited from TChart)
 GetLegendText (inherited from TChart)
 GetNextAxisLabel (inherited from TChart)
 Scroll (inherited from TChart)
 ScrollMod (inherited from TChart)
 UndoneZoom (inherited from TChart)
 Zoomed (inherited from TChart)

Public Methods

 Clear (inherited from TChart)Reset the Chart to its default values.
 DoInvalidate
 Draw (inherited from TChart)Paints the Chart in your preferred Canvas and region.
 ExchangeSeries (inherited from TChart)
 Free (inherited from TChart)Frees all the resources used by the chart.
 OnKeyDown (inherited from TChart)
 OnTouchEvent (inherited from TChart)This override implements what TChart will do when OnTouchEvent is fired.
 RemoveAllSeries (inherited from TChart)

Public Properties

 Animations (inherited from TChart)Collection of Animation components contained in this Chart.
 Aspect (inherited from TChart)Accesses view characteristics of the Chart.
 AutoRepaint (inherited from TChart)Enables/Disables Repainting of Chart when points are added.
 Axes (inherited from TChart)Collection of predefined and custom axis objects.
 Bitmap (inherited from TChart)Returns a Bitmap image filled with Chart.
 Canvas (inherited from TChart)
 Chart (inherited from TChart)Defines the Chart to display.
 Cursor (inherited from TChart)
 Footer (inherited from TChart)Defines Text shown at the bottom of the Chart.
 Frame (inherited from TChart)Obsolete. Determines properties of frame around chart back wall. Use tChart1.Walls.Back.Pen property instead.
 Graphics3D (inherited from TChart)Use the Graphics3D property to access TeeChart Draw properties and methods.
 Header (inherited from TChart)Defines Text shown at top of the Chart.
 IParent
 Item (inherited from TChart)Default indexer ( Example: tChart1[0].Color=Color.Blue; is equivalent to tChart1.Series[0].Color=Color.Blue; )
 Legend (inherited from TChart)Legend characteristics
 Page (inherited from TChart)Accesses multiple page characteristics of the Chart.
 Panel (inherited from TChart)Background visible attributes.
 Panning (inherited from TChart)Accesses Panning characteristics.
 Series (inherited from TChart)Collection of Series contained in this Chart.
 SeriesCount (inherited from TChart)Obsolete. Returns number of Series in Chart. Use tChart1.Series.Count property instead.
 SubFooter (inherited from TChart)Defines Text shown directly above Footer.
 SubHeader (inherited from TChart)Defines Text shown directly below Header.
 Tools (inherited from TChart)Collection of Tool components contained in this Chart.
 Walls (inherited from TChart)Accesses left, bottom and back wall characteristics of the Chart.
 Zoom (inherited from TChart)Accesses the Zoom characteristics of the Chart.

See Also

InnerChart Class | Steema.TeeChart.Tools Namespace