Chart overview

Constructors

 ConstructorOverloaded

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.
 Clone
 CountActiveSeriesReturns the number of active (visible) series.
 DoKeyDown
 DoKeyUp
 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.
 GetLicenseInfo
 GetObjectData
 Invalidate (inherited from TeeBase)Use Invalidate when the entire canvas needs to be repainted.
 IsAxisVisible
 IsFreeSeriesColorReturns whether the AColor parameter is used by any Series or not.
 IsLicensed
 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.
 Metafile
 MinXValueReturns the Minimum Value of the Series X Values List.
 MinYValueReturns the Minimum Value of the Series Y Values List.
 MultiLineTextWidth
 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

 AnimationsCollection of Animation components contained in this Chart.
 Aspect3D view parameters.
 AxesCollection of predefined and custom axis objects.
 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
 ExportAccesses Chart export properties and methods.
 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.
 ImportAccesses Chart import properties and methods.
 ItemDefault indexer ( Example: tChart1[0].Color=Color.Blue; is equivalent to tChart1.Series[0].Color=Color.Blue; )
 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.
 PrinterPrinting related properties.
 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.

Protected Fields

 Steema.TeeChart.Drawing.TeeBase.InternalTag
 InternalUse (inherited from TeeBase)
 iPage
 ShowInEditor (inherited from TeeBase)
 ToolCheckHidden

Protected Methods

 BroadcastAnimationEvent
 BroadcastEvent
 BroadcastKeyEvent
 BroadcastMouseEvent
 BroadcastToolEvent
 CheckZoomPanning
 Dispose
 initVars
 InternalMinMax
 IsValidDataSource
 MultiLineTextHeight
 MultiLineTextWidth
 SetBooleanProperty (inherited from TeeBase)
 SetChart (inherited from TeeBase)
 SetColorProperty (inherited from TeeBase)
 SetDoubleProperty (inherited from TeeBase)
 SetFloatProperty (inherited from TeeBase)
 SetIntegerProperty (inherited from TeeBase)
 SetStringProperty (inherited from TeeBase)
 ShouldSerializeListeners

See Also

Chart Class | Steema.TeeChart Namespace