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. |