Animations | Collection of Animation components contained in this Chart. |
ApplyZOrder | |
Aspect | Accesses view characteristics of the Chart. |
AutoRepaint | Enables/Disables Repainting of Chart when points are added. |
Axes | Collection of predefined and custom axis objects. |
Bitmap | Returns a Bitmap image filled with Chart. |
Canvas | Accesses TeeChart Draw properties and methods. |
Chart | Defines the Chart to display. |
ClipPoints | |
CurrentTheme | Name of current active Chart Theme |
Export | Accesses Chart export properties and methods. |
Font | Determines Font characteristics. |
Footer | Defines Text shown at the bottom of the Chart. |
ForeColor | Gets the foreground color of the TChart object. |
Frame | Obsolete. Determines properties of frame around chart back wall.
Use tChart1.Walls.Back.Pen property instead. |
GetCursorPos | |
Graphics3D | Use the Graphics3D property to access TeeChart Draw properties and methods. |
Header | Defines Text shown at top of the Chart. |
Import | Accesses Chart import properties and methods. |
Item | Default indexer ( Example: tChart1[0].Color=Color.Blue; is equivalent to tChart1.Series[0].Color=Color.Blue; ) |
Legend | Legend characteristics |
Metafile | Returns a Metafile image filled with Chart. |
Metafiling | True when the Chart is internally drawing into a Metafile image. |
Page | Accesses multiple page characteristics of the Chart. |
Panel | Background visible attributes. |
Panning | Accesses Panning characteristics. |
Printer | Printing related properties. |
Printing | Determines when Chart is being printed. |
Series | Collection of Series contained in this Chart. |
SeriesCount | Obsolete. Returns number of Series in Chart.
Use tChart1.Series.Count property instead. |
Site | Gets or sets the site of the TChart control. |
SubFooter | Defines Text shown directly above Footer. |
SubHeader | Defines Text shown directly below Header. |
Text | Sets the text for the Footer, Header, SubFooter and SubHeader. |
TimerEnabled | Obsolete. Enables or disables the internal timer used to auto-repaint Chart.
Use a standard Timer component to call tChart1.Invalidate() instead. |
TimerInterval | Obsolete. Gets or sets the interval in milliseconds used to auto-repaint Chart.
Use a standard Timer component to call tChart1.Invalidate() instead. |
Tools | Collection of Tool components contained in this Chart. |
Walls | Accesses left, bottom and back wall characteristics of the Chart. |
Zoom | Accesses the Zoom characteristics of the Chart. |