GalleryChart overview

Constructors

 Steema.TeeChart.GalleryPanel.GalleryChart..ctorCreates a new Gallery dialog.

Public Events

 AfterDraw (inherited from TChart)
 AllowScroll (inherited from TChart)
 BeforeDraw (inherited from TChart)
 BeforeDrawAxes (inherited from TChart)
 BeforeDrawSeries (inherited from TChart)
 ChartPrint (inherited from TChart)
 ClickAxis (inherited from TChart)
 ClickBackground (inherited from TChart)
 ClickLegend (inherited from TChart)
 ClickSeries (inherited from TChart)
 ClickTitle (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 Fields

 GalleryColorThe color used to change selected Chart's Gradient.

Public Methods

 AboutBox (inherited from TChart)
 AddSeries (inherited from TChart)Adds a new Series into Chart.
 Clear (inherited from TChart)Reset the Chart to its default values.
 DoAfterDraw
 DoInvalidate (inherited from TChart)
 Draw (inherited from TChart)Paints the Chart internally to calculate Chart values that would otherwise be calculated only when the Chart is actually Painted to the screen.
 ExchangeSeries (inherited from TChart)
 GetObjectData (inherited from TChart)
 RemoveAllSeries (inherited from TChart)
 ShowEditor (inherited from TChart)Shows the TeeChart editor dialog.

Public Properties

 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.

Protected Methods

 Dispose (inherited from TChart)Clean up any resources being used.
 initVars (inherited from TChart)
 OnDoubleClick (inherited from TChart)
 OnInvalidated (inherited from TChart)
 OnKeyDown
 OnKeyUp (inherited from TChart)
 OnMouseDown (inherited from TChart)
 OnMouseEnter
 OnMouseLeave
 OnMouseMove (inherited from TChart)
 OnMouseUp (inherited from TChart)
 OnMouseWheel (inherited from TChart)
 OnPaint (inherited from TChart)
 OnPaintBackground (inherited from TChart)
 OnResize (inherited from TChart)

Protected Properties

 DefaultSize (inherited from TChart)

See Also

GalleryChart Class | Steema.TeeChart Namespace