Animations (inherited from TChart) | Collection of Animation components contained in this Chart. |
ApplyZOrder (inherited from TChart) | |
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. |
ClipPoints (inherited from TChart) | |
CurrentTheme (inherited from TChart) | Name of current active Chart Theme |
Export (inherited from TChart) | Accesses Chart export properties and methods. |
Font (inherited from TChart) | Determines Font characteristics. |
Footer (inherited from TChart) | Defines Text shown at the bottom of the Chart. |
ForeColor (inherited from TChart) | Gets the foreground color of the TChart object. |
Frame (inherited from TChart) | Obsolete. Determines properties of frame around chart back wall.
Use tChart1.Walls.Back.Pen property instead. |
GetCursorPos (inherited from TChart) | |
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. |
Import (inherited from TChart) | Accesses Chart import properties and methods. |
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 |
Metafile (inherited from TChart) | Returns a Metafile image filled with Chart. |
Metafiling (inherited from TChart) | True when the Chart is internally drawing into a Metafile image. |
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. |
Printer (inherited from TChart) | Printing related properties. |
Printing (inherited from TChart) | Determines when Chart is being printed. |
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. |
Site (inherited from TChart) | Gets or sets the site of the TChart control. |
SubFooter (inherited from TChart) | Defines Text shown directly above Footer. |
SubHeader (inherited from TChart) | Defines Text shown directly below Header. |
Text (inherited from TChart) | Sets the text for the Footer, Header, SubFooter and SubHeader. |
TimerEnabled (inherited from TChart) | Obsolete. Enables or disables the internal timer used to auto-repaint Chart.
Use a standard Timer component to call tChart1.Invalidate() instead. |
TimerInterval (inherited from TChart) | Obsolete. Gets or sets the interval in milliseconds used to auto-repaint Chart.
Use a standard Timer component to call tChart1.Invalidate() instead. |
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. |