Chart overview

Constructors

 ConstructorOverloaded

Public Events

 AfterDraw
 AllowScroll
 BeforeDraw
 BeforeDrawAxes
 BeforeDrawSeries
 ClickAxis
 ClickBackground
 ClickLegend
 ClickSeries
 ClickTitle
 DoubleClickBackground
 GetAxesChartRect
 GetAxisLabel
 GetLegendPos
 GetLegendRect
 GetLegendText
 GetNextAxisLabel
 Scroll
 ScrollMod
 UndoneZoom
 Zoomed

Public Fields

 AutoRepaint
 ClipWhenMetafiling
 ClipWhenPrinting
 IInvalidate
 iOpenGL
 IsEmbedded
 iVideoTool
 iWorldMaps

Public Methods

 ActiveSeriesLegendReturns the Active series (visible) that corresponds to the ItemIndex position in the Legend
 BitmapSaves the current chart image to the specified File Name.
 CalcClickedPart
 CanClipThe CanClip method returns if the Chart Canvas has the capability of "clipping" lines and polygons.
 CloneAccesses Chart import properties and methods.
 CountActiveSeriesReturns the number of active (visible) series.
 DoMouseDown
 DoMouseMove
 DoMouseUp
 DoPanelPaint
 DrawPaints the Chart internally to calculate Chart values that would otherwise be calculated only when the Chart is actually Painted to the screen.
 FormattedLegendReturns the text string corresponding to a Legend position.
 FormattedValueLegendReturns the string to display at Legend for a given series and point index.
 FreeSeriesColorReturns a color from the default color palette not used by any Series.
 GetASeriesReturns first active (visible) series.
 GetAxisSeriesReturns the first Series that depends on the specified Axis.
 GetDefaultColorReturns a color from global ColorPalette array variable.
 Invalidate (inherited from TeeBase)Use Invalidate when the entire canvas needs to be repainted.
 IsAfterDraw
 IsAxisVisible
 IsBeforeDrawSeries
 IsClickSeries
 IsFreeSeriesColorReturns whether the AColor parameter is used by any Series or not.
 IsGetAxisLabel
 IsGetNextAxisLabel
 MaxMarkWidthReturns the longest width in pixels for all the active (visible) series marks.
 MaxTextHeightReturns the height in pixels for the tallest "Label" of Axis, active or not.
 MaxTextWidthReturns the width in pixels for the longest "Label" of all series, active or not.
 MaxXValueReturns the Maximum Value of the Series X Values List.
 MaxYValueReturns the highest of all the current Series Y point values.
 MinXValueReturns the Minimum Value of the Series X Values List.
 MinYValueReturns the Minimum Value of the Series Y Values List.
 MultiLineTextWidth
 OnAfterDraw
 OnAllowScroll
 OnBackground
 OnBeforeDraw
 OnBeforeDrawAxes
 OnBeforeDrawSeries
 OnCheckTitle
 OnClickAxis
 OnClickLegend
 OnClickSeries
 OnGetAxesChartRect
 OnGetAxisLabel
 OnGetLegendPos
 OnGetLegendRect
 OnGetLegendSize
 OnGetLegendText
 OnNextAxisLabel
 OnScroll
 OnScrollMod
 OnUndoneZoom
 OnZoomed
 RestoreScales
 SaveScales
 SeriesLegendWhen the Legend style is "Series", returns the series that corresponds to the Legend "ItemIndex" position. The "OnlyActive" parameter, when false takes into account all series, visibly active or not.
 SeriesTitleLegendReturns the Series.Title string.
 UndoZoom

Public Properties

 Aspect3D view parameters.
 AxesCollection of predefined and custom axis objects.
 BottomAxisScrollImage
 CancelMouse
 Chart (inherited from TeeBase)Chart associated with this object
 ChartBoundsRead only. Used to get the four sides of the Chart (Left, Top, Right and Bottom)
 ChartRect
 ColorPalette
 CurrentTheme
 CustomChartRect
 FooterDefines Text shown at the bottom of the Chart.
 Graphics3DAccesses TeeChart Draw properties and methods.
 HeaderDefines Text shown at top of the Chart.
 HeightSets the Chart Height in pixels.
 ItemDefault indexer ( Example: tChart1[0].Color=Color.Blue; is equivalent to tChart1.Series[0].Color=Color.Blue; )
 LeftAxisScrollImage
 LegendLegend characteristics.
 ListenersReturns array list of objects that implement the ITeeEventListener interface.
 MaxZOrderRun-time and read only. The MaxZOrder property indicates the Chart depth in number of Series. When Chart.View3D is True, each Series has a Z order. The Series Z order defines the order along the Z axis when Series are displayed. The MaxZOrder property is the maximum Z order of all active Series. Some Series share a same Z order (stacked Bars, stacked Areas, etc).
 PageAccesses multiple page characteristics of the Chart.
 PanelBackground visible attributes.
 PanningSets the scrolling direction or denies scrolling.
 ParentThe IChart parent of the Chart.
 SerializedTagHolds a custom tag object.
 SeriesCollection of Series contained in this Chart.
 SubFooterDefines Text shown directly above Footer.
 SubHeaderDefines Text shown directly below Header.
 SubTitle
 Tag (inherited from TeeBase)Gets or sets an object that provides additional data about the TChart object.
 Title
 ToolsCollection of Tool components contained in this Chart.
 ToolTipDisplays a text box at the cursor.
 WallsAccesses left, bottom and back wall characteristics of the Chart.
 WidthSets the Chart Width in pixels.
 ZoomAccesses the Zoom characteristics of the Chart.
 ZoomScrollImage

See Also

Chart Class | Steema.TeeChart Namespace