CustomError overview

Constructors

 ConstructorOverloaded

Public Events

 AfterDrawValues (inherited from Series)Called just after drawing all series points, and before drawing other series that are in front.
 BeforeDrawPoint (inherited from Series)Triggered Before a Series Point is plotted. Use to modify paint characteristics of indexed point.
 BeforeDrawValues (inherited from Series)Called just before drawing all series points, and after drawing other series that are behind.
 Click (inherited from Series)Occurs when the control is clicked.
 DblClick (inherited from Series)Occurs when the control is double-clicked.
 GetBarStyle (inherited from CustomBar)Occurs when series bars are painted.
 GetSeriesMark (inherited from Series)Triggered on placing Mark for each Series Point. Use this method to modify the Mark Text content.
 MouseEnter (inherited from Series)Occurs when the mouse pointer enters the control.
 MouseLeave (inherited from Series)Occurs when the mouse pointer leaves the control.

Public Fields

 bBrush (inherited from Series)
 GetHorizAxis (inherited from Series)Returns the horizontal axis associated with the series.
 GetVertAxis (inherited from Series)Returns the vertical axis associated with the series.
 HasZValues (inherited from Series)Returns true if the series has ZValues.
 mandatory (inherited from Series)
 manualData (inherited from Series)
 notMandatory (inherited from Series)
 UseAxis (inherited from Series)Returns True when the Series needs axes to display points. For example, Pie Series returns False (it does not need axes).

Public Methods

 AddAdds a new Error Bar point in selected color and with label.
 AddNull (inherited from Series)System.Obsolete: Please use Add() method without parameters.
 AddNullXY (inherited from Series)System.Obsolete: Please use Add(x,y,Color.Transparent) method.
 AddValueAdds a new Error Bar point to the Series.
 Assign (inherited from Series)Copies all properties from one Series component to another.
 AssignFormat (inherited from CustomBar)
 AssignValues (inherited from Series)Adds all Values from Source series.
 BarMargin (inherited from CustomBar)Returns side margin amount in pixels.
 BarRectangle (inherited from CustomBar)For internal use.
 BeginUpdate (inherited from Series)Recalculates the function just one time, when finished adding points.
 CalcPosValue (inherited from Series)Returns "Value" parameter coordinate position in pixels.
 CalcSelectionPos (inherited from Bar)
 CalcXPos (inherited from Bar)Returns the Screen X pixel coordinate of the ValueIndex Series value.
 CalcXPosValue (inherited from Series)Returns the pixel Screen Horizontal coordinate of the specified Value.
 CalcXSizeValue (inherited from Series)Returns the size in pixels corresponding to value parameter in horizontal axis scales.
 CalcYPos (inherited from Bar)Returns the Screen Y pixel coordinate of the ValueIndex Series value.
 CalcYPosValue (inherited from Series)Returns the pixel Screen Vertical coordinate of the specified Value.
 CalcYSizeValue (inherited from Series)Returns the size in pixels corresponding to value parameter in vertical axis scales.
 CheckDataSource (inherited from Series)Refreshes all Series point values, either from database Tables, Queries or Series points.
 CheckOrder (inherited from Series)Reorders points according to Order property of X,Y,etc value lists.
 Clear (inherited from Series)Removes all points, texts and Colors from the Series.
 ClickedReturns the ValueIndex of the "clicked" point in the Series.
 Clone (inherited from Series)Returns a new Series, copy of this original.
 ColorRange (inherited from Series)This method will change the Color of a specified range of points.
 Delete (inherited from Series)Removes the index th point. X values remain unchanged.
 Draw
 DrawBarDisplays an ErrorBar point ( BarIndex point ) using the Start and End pixel coordinates.
 DrawHiddenValue (inherited from Series)
 DrawMarksSeries (inherited from Series)
 DrawSeries (inherited from Series)Draws the series to the Chart Canvas.
 DrawValue (inherited from CustomBar)Called internally. Draws the "ValueIndex" point of the Series.
 DrawValuesForward (inherited from CustomBar)
 EndUpdate (inherited from Series)Used with .BeginUpdate to recalculate the function just once when finished adding points.
 FillSampleValues (inherited from Series)Adds random values to help visualize the Series. Each series class determines how many random points to add.
 FirstDisplayedIndex (inherited from Series)Returns the index of the series point that is displayed first when the series is drawn.
 GalleryChanged3D (inherited from Series)
 GetBitmapEditor (inherited from Series)Returns the associated bitmap icon for a given Series class. This icon is used at ChartListBox and Series Editor dialog.
 GetMarkLabel (inherited from Series)Returns corresponding Point label suitable for displaying at Series Marks.
 GetMarkValue (inherited from Series)Returns corresponding Point value suitable for displaying at Series Marks.
 GetOriginPos (inherited from Bar)Returns the corresponding screen pixels coordinate of the leftmost horizontal bar edge.
 GetOutOfBoundNumAdjustment (inherited from Series)
 Invalidate (inherited from TeeBase)Use Invalidate when the entire canvas needs to be repainted.
 IsNull (inherited from Series)Returns true if the index th point in the Series is "null" or "empty". A point is considered "null" when the color of that point is "Transparent" or its value is Double.NaN.
 IsValidSourceOf (inherited from Series)Validates Series datasource.
 LastDisplayedIndex (inherited from Series)Returns the index of the series point that is displayed first when the series is drawn.
 LegendString (inherited from Series)Returns the formatted string corresponding to the LegendIndex point.
 MaxMarkWidth (inherited from Series)Returns the length in pixels of the longest Mark text.
 MaxXValue (inherited from Bar)Returns the Maximum Value of the Series X Values List.
 MaxYValueReturns the Maximum Value of the Series Y Values List.
 MaxZValue (inherited from Series)Returns Maximum Z Value.
 MinXValue (inherited from Bar)Returns the Minimum Value of the Series X Values List.
 MinYValueReturns the Minimum Value of the Series Y Values List.
 MinZValue (inherited from Series)Returns Minimum Z Value.
 PointOrigin (inherited from CustomBar)For internal use.
 PrepareForGallery
 RefreshSeries (inherited from Series)Recalculates all dependent Series points again.
 Repaint (inherited from Series)Forces the Chart to Repaint.
 ScreenPointToValuePoint (inherited from Series)Returns the corresponding Value PointDouble values of a Screen position between Axis limits.
 SetNull (inherited from Series)Sets the specified series point to a null (transparent) point.
 SetSubGallery (inherited from CustomBar)
 SortByLabels (inherited from Series)Sorts all points in the series using the Labels (texts) list. Note: non-mandatory values (X) are modified (they are not preserved).
 TitleOrName (inherited from Series)System.Obsolete: Please use ToString() method.
 ToString (inherited from Series)Overridden ToString() method.
 ValueColor (inherited from Series)Returns the colour of the index point.
 ValueMarkText (inherited from Series)Returns the string representation of a Index point used to draw the Mark.
 ValuePointToScreenPoint (inherited from Series)Returns the corresponding Screen Point values of a Value position between Axis limits.
 WriteToDataSource (inherited from Series)
 XScreenToValue (inherited from Series)Returns the corresponding X value of a Screen position between Axis limits.
 YScreenToValue (inherited from Series)Returns the corresponding Y value of a Screen position between Axis limits.

Public Properties

 Active (inherited from Series)Shows or hides this series.
 AutoMarkPosition (inherited from CustomBar)Repositions Marks on BarSeries to prevent overlapping.
 BarBounds (inherited from CustomBar)Coordinates of current Bar point being displayed.
 BarRound (inherited from CustomBar)Describes what ends of the Bar are rounded. Used only when BarStyle property is RoundRectangle
 BarStyle (inherited from CustomBar)Defines the Bar shape used to draw Bars.
 BarWidthPercent (inherited from Bar)Determines the percent of total Bar width used for evenly spaced bars.
 BevelSize (inherited from CustomBar)Amount in pixels of the bar bevel. Used only when BarStyle property is Bevel (only in 2D and 3D orthogonal display modes)
 Brush (inherited from CustomBar)Defines the Brush used to fill Bars.
 Chart (inherited from TeeBase)Chart associated with this object
 Color (inherited from Series)Default color for all points.
 ColorEach (inherited from Series)Draws points with different preset Colors.
 ColorEachPoint (inherited from Series)System.Obsolete: Please use ColorEach property.
 ColorMember (inherited from Series)Gets or sets the Datasource Color Field
 Colors (inherited from Series)Access to the stored Color Array, if created, for the Series.
 ConePercent (inherited from CustomBar)
 Count (inherited from Series)Returns the number of points in the Series.
 Cursor (inherited from Series)Cursor displayed when mouse is over a series point.
 CustomBarWidth (inherited from CustomBar)
 CustomHorizAxis (inherited from Series)Specified the custom horizontal axis for the series.
 CustomVertAxis (inherited from Series)Specified the custom vertical axis for the series.
 Dark3D (inherited from CustomBar)Darkens sides of bars to enhance 3D effect.
 DataSource (inherited from Series)Object to load data from.
 DateTimeFormat (inherited from Series)Determines the DateTimeFormat to display point values.
 DefaultNullValue (inherited from Series)Sets or returns the value to be used as a null value within the series.
 Depth (inherited from Series)Sets the Depth of the series points or interconnecting lines.
 DepthPercent (inherited from CustomBar)Defines the percentage, from 0 to 100, that the bars will need in the "Z" depth space direction.
 Description (inherited from Bar)Gets descriptive text.
 Detail (inherited from Series)
 DrillDown (inherited from Series)Gets and sets and object that controls the drill-down dataset when the series is clicked
 DrillDownLabelMember (inherited from Series)Gets or sets the Datasource Label Field for the series clicked point (drill-down).
 EndZ (inherited from Series)For internal use.
 ErrorPenDefines Pen to draw Error "T" on top of Error Bars.
 ErrorStyleDefines the Error Series Style according to EErrorSeriesStyle.
 ErrorValuesGets and sets the corresponding Error value for each Bar.
 ErrorWidthDetermines the horizontal size of the Error "T".
 ErrorWidthUnitsSets ErrorWidth in pixels or percentage of Bar width.
 FirstVisibleIndex (inherited from Series)Returns the index of the Series' first visible point.
 Function (inherited from Series)Function object to calculate values.
 Gradient (inherited from CustomBar)Defines the color Gradient used to fill the Bars.
 GradientRelative (inherited from CustomBar)When Gradient is Visible, calculates Colors based on highest bar.
 HorizAxis (inherited from Series)Horizontal axis to associate to this Series.
 IsoHorizAxes (inherited from Series)Gets or sets whether Series aspect ratio is maintained horizontally on Chart resize.
 IsoVertAxes (inherited from Series)Gets or sets whether Series aspect ratio is maintained vertically on Chart resize.
 Item (inherited from Series)Point characteristics
 LabelMember (inherited from Series)Gets or sets the Datasource Label Field
 Labels (inherited from Series)Accesses a list of series point labels.
 LastVisibleIndex (inherited from Series)Returns the index of the Series' last visible point.
 Legend (inherited from Series)Gets or sets the properties which define how the Series is displayed in the Legend.
 Marks (inherited from Series)Defines all necessary properties to draw a mark near to each Series point.
 MarksLocation (inherited from CustomBar)Sets the alignment of the Mark into the Bars.
 MarksOnBar (inherited from CustomBar)Sets a postition of the Marks into the Bars.
 MiddleZ (inherited from Series)For internal use.
 MultiBar (inherited from CustomBar)Determines how multiple BarSeries will be displayed in the same Chart.
 NumGallerySeries (inherited from Series)For internal use.
 OffsetPercent (inherited from CustomBar)Sets the Bar displacement as percent of Bar size.
 Origin (inherited from CustomBar)Sets the common bottom value used for all Bar points.
 OriginalCursor (inherited from Series)
 Pen (inherited from CustomBar)Pen used to draw the Bar rectangles.
 PercentFormat (inherited from Series)Sets the Format to display point values as percentage.
 RecalcOptions (inherited from Series)
 RoundSize (inherited from CustomBar)Amount in pixels of the bar end rounding. Used only when BarStyle property is RoundRectangle
 SeriesColor (inherited from Series)System.Obsolete: Use the Series Color property.
 SeriesData (inherited from Series)
 Shadow (inherited from CustomBar)Defines the Shadow used to draw behind the Bars.
 ShowInLegend (inherited from Series)Displays this Series Title in Legend.
 SideMargins (inherited from CustomBar)Sets a margin between Chart rectangle and Bars.
 StackGroup (inherited from CustomBar)Allows stacking independent Series within the same Chart.
 StartZ (inherited from Series)For internal use.
 Tag (inherited from TeeBase)Gets or sets an object that provides additional data about the TChart object.
 TickLines (inherited from CustomBar)Pen used to draw "tick" lines across each bar.
 Title (inherited from Series)Series description to show in Legend and editors.
 Transparency (inherited from Series)Sets Transparency level from 0 to 100%.
 UseExtendedNumRange (inherited from Series)When true activates extended Axis range for extremely large/small numbers
 UseOrigin (inherited from CustomBar)Allows Bars to be bottom aligned to the Origin property value.
 ValueFormat (inherited from Series)Determines the Format to display point values.
 ValuesLists (inherited from Series)Returns the Steema.TeeChart.Styles.ValuesLists object of the series.
 VertAxis (inherited from Series)Determines Vertical axis associated to this Series.
 Visible (inherited from Series)Shows or hides this series.
 XValues (inherited from Series)Values defining horizontal point positions.
 YOrigin (inherited from CustomBar)System.Obsolete: Please use Origin property.
 YValues (inherited from Series)Values defining vertical point positions.
 ZOrder (inherited from Series)Determines where on the depth axis the Series is drawn.

Protected Fields

 AllowSinglePoint (inherited from Series)
 bActive (inherited from Series)
 barSizePercent (inherited from CustomBar)
 bColorEach (inherited from Series)
 bDark3D (inherited from CustomBar)
 bDrawBar
 bUseOrigin (inherited from CustomBar)
 calcVisiblePoints (inherited from Series)
 customBarSize (inherited from CustomBar)
 defaultShowInLegend (inherited from Series)
 defaultVisible (inherited from Series)
 DoClip (inherited from Series)
 dOrigin (inherited from CustomBar)
 DrawBetweenPoints (inherited from Series)
 firstVisible (inherited from Series)
 fseriesColor (inherited from Series)
 iBarBounds (inherited from CustomBar)
 IBarSize (inherited from CustomBar)
 iErrorStyle
 iMultiBar (inherited from CustomBar)
 Steema.TeeChart.Drawing.TeeBase.InternalTag
 InternalUse (inherited from TeeBase)
 INumBars (inherited from CustomBar)
 IOrderPos (inherited from CustomBar)
 IPreviousCount (inherited from CustomBar)
 iSeriesColor (inherited from Series)
 isMouseInside (inherited from Series)
 lastVisible (inherited from Series)
 NormalBarColor (inherited from CustomBar)
 pPen (inherited from CustomBar)
 ShowInEditor (inherited from TeeBase)
 sLabels (inherited from Series)
 UseSeriesColor (inherited from Series)
 vxValues (inherited from Series)
 vyValues (inherited from Series)
 yMandatory (inherited from Series)
 ZoomSeries (inherited from Series)

Protected Methods

 AddChartValue (inherited from Series)
 Added (inherited from Series)
 AddSampleValues
 AddValues (inherited from Series)
 ApplyBarOffset (inherited from CustomBar)
 AssociatedToAxis (inherited from Series)
 CalcBarBounds (inherited from Bar)
 CalcDepthPositions (inherited from CustomBar)
 CalcFirstLastPage (inherited from Series)
 CalcHorizMargins
 CalcMarkLength (inherited from CustomBar)
 CalcMinMaxValue (inherited from Series)
 CalcRelativeGradient (inherited from CustomBar)
 CalculateMarkPosition (inherited from Series)
 CalcVerticalMargins
 CalcZOrder (inherited from CustomBar)
 CanAddRandomPoints (inherited from Series)
 CanDrawMark (inherited from Series)
 CanZoomScroll (inherited from Series)
 ChangedAxisScale (inherited from Series)
 CheckMouse (inherited from Series)
 ClearLists (inherited from Series)
 ClipRegionCreate (inherited from Series)
 ConvertArray (inherited from Series)
 CountLegendItems (inherited from Series)
 CreateSubGallery (inherited from CustomBar)
 Dispose (inherited from Series)
 DoAfterDrawValues (inherited from Series)
 DoBeforeDrawChart (inherited from CustomBar)
 DoBeforeDrawPoint (inherited from Series)
 DoBeforeDrawValues (inherited from Series)
 DoDrawIndex (inherited from Series)
 DoGetBarStyle (inherited from CustomBar)
 DoGetSeriesMark (inherited from Series)
 DrawBevel (inherited from CustomBar)
 DrawLegendShape
 DrawMark (inherited from Bar)
 DrawMarks (inherited from Series)
 DrawSeriesAscending (inherited from CustomBar)
 DrawSeriesForward (inherited from Bar)
 drawSeriesLabel (inherited from Series)
 DrawTickLine (inherited from Bar)
 DrawTickLines (inherited from CustomBar)
 FirstVisibleMark (inherited from Series)
 GetBounds (inherited from Series)
 GetDataSource (inherited from Series)
 GetDefaultColor (inherited from Series)
 GetMarkText (inherited from Series)
 GetOriginValue (inherited from Series)
 GetSeriesColor (inherited from CustomBar)
 HasPointLabels (inherited from Series)
 InternalApplyBarMargin (inherited from CustomBar)
 InternalCalcMarkLength (inherited from Bar)
 InternalClicked (inherited from Bar)
 InternalColor (inherited from Series)
 InternalGetOriginPos (inherited from CustomBar)
 InternalLabel (inherited from CustomBar)
 InternalXValue (inherited from CustomBar)
 InternalYValue (inherited from CustomBar)
 IsOutsideIndexBounds (inherited from CustomBar)
 IsPointInChartRect (inherited from CustomBar)
 LastVisibleMark (inherited from CustomBar)
 LegendItemColor (inherited from Series)
 LegendToValueIndex (inherited from Series)
 MaxMandatoryValue (inherited from CustomBar)
 MinMandatoryValue (inherited from CustomBar)
 MoreSameZOrder (inherited from Bar)
 MouseEvent (inherited from Series)
 NumSampleValues (inherited from CustomBar)
 OnDisposing (inherited from Series)
 PaintLegend (inherited from Series)
 PrepareLegendCanvas (inherited from CustomBar)
 RandomBounds (inherited from Series)
 RecalcGetAxis (inherited from Series)
 SameClass (inherited from Series)Returns True when the tmpSeries parameter is of the same class.
 SetActive (inherited from Series)
 SetBarSizePercent (inherited from CustomBar)
 SetBooleanProperty (inherited from TeeBase)
 SetChart (inherited from CustomBar)
 SetColorEach (inherited from Series)
 SetColorProperty (inherited from TeeBase)
 SetDefaultCylinderGradient (inherited from CustomBar)
 SetDoubleProperty (inherited from TeeBase)
 SetFloatProperty (inherited from TeeBase)
 SetHorizontal (inherited from Series)
 SetIntegerProperty (inherited from TeeBase)
 SetPenBrushBar (inherited from CustomBar)
 SetSeriesColor (inherited from CustomBar)
 SetStringProperty (inherited from TeeBase)
 SetTransparency
 SetValueList (inherited from Series)
 ShouldSerializeColors (inherited from Series)
 ShouldSerializeDataSource (inherited from Series)
 ShouldSerializeFunction (inherited from Series)
 ShouldSerializeLabels (inherited from Series)
 ShouldSerializeMarks (inherited from Series)
 ShouldSerializeShowInLegend (inherited from Series)
 ShouldSerializeVisible (inherited from Series)
 ShouldSerializeYOrigin (inherited from CustomBar)
 SortDrawPoints (inherited from CustomBar)
 SortDrawSeries (inherited from CustomBar)
 SubGalleryStack (inherited from CustomBar)
 ValueListOfAxis (inherited from Series)

Protected Properties

 BarBoundsMidX (inherited from CustomBar)
 BarBoundsMidY (inherited from CustomBar)
 Transform (inherited from Series)

See Also

CustomError Class | Steema.TeeChart.Styles Namespace