Kagi overview

Constructors

 ConstructorOverloaded

Public Events

 AfterDrawValueEvent triggers on Kagi point plot. Can be used to monitor reversals.
 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.
 ClickPointer (inherited from CustomPoint)Occurs when a series pointer is clicked.
 DblClick (inherited from Series)Occurs when the control is double-clicked.
 GetPointerStyle (inherited from CustomPoint)Occurs on the drawing of the series pointers.
 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

 Add (inherited from OHLC)Adds new point with specified integer index and double open, high, low and close.
 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.
 Assign (inherited from Series)Copies all properties from one Series component to another.
 AssignFormat (inherited from Custom)
 AssignValues (inherited from Series)Adds all Values from Source series.
 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 Series)
 CalcXPos (inherited from CustomPoint)Returns horizontal screen position for a given point.
 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 CustomPoint)Returns vertical screen position for a given point.
 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.
 Clicked
 ClickedPointer (inherited from CustomPoint)For internal use.
 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
 DrawHiddenValue (inherited from Custom)
 DrawMarksSeries (inherited from Series)
 DrawPointer (inherited from CustomPoint)Draws series pointer to the Canvas.
 DrawSeries (inherited from Series)Draws the series to the Chart Canvas.
 DrawValue (inherited from Custom)Called internally. Draws the "ValueIndex" point of the Series.
 DrawValuesForward (inherited from Series)Returns whether Series draws its points in ascending/descending order.
 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.
 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.
 IsNullSegment (inherited from CustomPoint)Returns whether or not the lines between points are null values.
 IsValidSourceOf (inherited from OHLC)Validates Series datasource.
 LastDisplayedIndex (inherited from Series)Returns the index of the series point that is displayed first when the series is drawn.
 LegendString
 MaxMarkWidth (inherited from Series)Returns the length in pixels of the longest Mark text.
 MaxXValue
 MaxYValue
 MaxZValue (inherited from Series)Returns Maximum Z Value.
 MinXValue
 MinYValue
 MinZValue (inherited from Series)Returns Minimum Z Value.
 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 Series)Creates and prepares the index'th Series style to show at sub-gallery dialog.
 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

 AbsoluteReversalIf false, reversal amount is treated as percentage, otherwise as absolute value.
 Active (inherited from Series)Shows or hides this series.
 BasePriceThe base price i.e. first closing value.
 BoxLabelsList of BoxLabels
 BoxSize (inherited from CustomTimeOHLC)
 BoxType (inherited from CustomTimeOHLC)Use BoxType to change box sensitivity according to the data range.
 Brush (inherited from Custom)Sets Brush characteristics.
 BuySymbolDefines buy symbol.
 Chart (inherited from TeeBase)Chart associated with this object
 ClickableLine (inherited from Custom)Allows mouse clicks over the line drawn between points.
 ClickTolerance (inherited from CustomPoint)Gets or sets the pixel tolerance for clicks on the series.
 CloseValues (inherited from OHLC)Gets and sets all Stock market Close values.
 Color (inherited from Series)Default color for all points.
 ColorEach (inherited from Series)Draws points with different preset Colors.
 ColorEachLine (inherited from Custom)Enables/Disables the coloring of each connecting line of a series.
 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.
 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.
 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 Custom)Darkens parts of 3D Line Series to add depth.
 DataSource (inherited from Series)Object to load data from.
 DateTimeFormat (inherited from Series)Determines the DateTimeFormat to display point values.
 DateValues (inherited from OHLC)Gets and sets all Stock market Date 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.
 Description
 Detail (inherited from Series)
 DownSwingControls the appearance of downswing lines.
 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.
 FirstVisibleIndex (inherited from Series)Returns the index of the Series' first visible point.
 Function (inherited from Series)Function object to calculate values.
 HighValues (inherited from OHLC)Gets and sets all Stock market High values.
 HorizAxis (inherited from Series)Horizontal axis to associate to this Series.
 IncrementAsBox (inherited from CustomTimeOHLC)When true, Chart will try to size grid to box size.
 InvertedStairs (inherited from Custom)Changes the direction of the step, when true.
 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 OHLC)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.
 LineHeight (inherited from Custom)Defines the vertical thickness of the line in pixels.
 LinePen (inherited from BaseLine)Determines pen to draw the line connecting all points.
 LowValues (inherited from OHLC)Gets and sets all Stock market Low values.
 Marks (inherited from Series)Defines all necessary properties to draw a mark near to each Series point.
 MiddleZ (inherited from Series)For internal use.
 MouseInfoDefault True. When true TeeChart compiles information to be used for mouseover sensitivity.
 NumGallerySeries (inherited from Series)For internal use.
 Opacity (inherited from Custom)Sets Opacity level from 0 to 100%
 OpenValues (inherited from OHLC)Gets and sets all Stock market Open values.
 OriginalCursor (inherited from Series)
 OutLine (inherited from Custom)Pen for Series Line's outer pen.
 PercentFormat (inherited from Series)Sets the Format to display point values as percentage.
 Period (inherited from CustomTimeOHLC)
 Pointer (inherited from CustomPoint)Defines all necessary properties of the Series Pointer.
 PointsGroupList of all Kagi lines' PointGroup in Plot. PointGroups are populated when the MouseInfo property is true.
 RecalcOptions (inherited from Series)
 ReversalAmountReversal ammount (percentage or absolute value)
 SellSymbolDefines sell symbol.
 SeriesColor (inherited from Series)System.Obsolete: Use the Series Color property.
 SeriesData (inherited from Series)
 ShowInLegend (inherited from Series)Displays this Series Title in Legend.
 Smoothed (inherited from Custom)Gets or sets whether the Line Series' line is smoothed.
 Stacked (inherited from CustomPoint)Defines how multiple series will be displayed.
 Stairs (inherited from Custom)Steps line joining adjacent points.
 StartZ (inherited from Series)For internal use.
 Tag (inherited from TeeBase)Gets or sets an object that provides additional data about the TChart object.
 Title (inherited from Series)Series description to show in Legend and editors.
 Transparency (inherited from Series)Sets Transparency level from 0 to 100%.
 TreatNaNAsNull (inherited from BaseLine)
 TreatNulls (inherited from BaseLine)
 UpSwingControls the appearance of upswing lines.
 UseExtendedNumRange (inherited from Series)When true activates extended Axis range for extremely large/small numbers
 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.
 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)
 areaGradRelative (inherited from Custom)
 ATRBoxSize (inherited from CustomTimeOHLC)
 bActive (inherited from Series)
 bAreaBrush (inherited from Custom)
 bClickableLine (inherited from Custom)
 bColorEach (inherited from Series)
 bDark3D (inherited from Custom)
 calcVisiblePoints (inherited from Series)
 defaultShowInLegend (inherited from Series)
 defaultVisible (inherited from Series)
 DoClip (inherited from Series)
 drawArea (inherited from Custom)
 DrawBetweenPoints (inherited from Series)
 drawLine (inherited from Custom)
 firstVisible (inherited from Series)
 fseriesColor (inherited from Series)
 iBoxSize (inherited from CustomTimeOHLC)
 Steema.TeeChart.Drawing.TeeBase.InternalTag
 InternalUse (inherited from TeeBase)
 iSeriesColor (inherited from Series)
 isMouseInside (inherited from Series)
 iStacked (inherited from CustomPoint)
 lastVisible (inherited from Series)
 pAreaLines (inherited from Custom)
 point (inherited from CustomPoint)
 runningATR (inherited from CustomTimeOHLC)
 ShowInEditor (inherited from TeeBase)
 sLabels (inherited from Series)
 UseSeriesColor (inherited from Series)
 vHighValues (inherited from OHLC)
 vLowValues (inherited from OHLC)
 vOpenValues (inherited from OHLC)
 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 (inherited from OHLC)
 AddValues (inherited from Series)
 adjustSettings (inherited from CustomTimeOHLC)
 AssociatedToAxis (inherited from Series)
 CalcDepthPositions (inherited from Series)
 CalcFirstLastPage (inherited from Series)
 CalcHorizMargins (inherited from Custom)
 CalcMinMaxValue (inherited from OHLC)
 CalculateMarkPosition (inherited from Series)
 CalcVerticalMargins (inherited from Custom)
 CalcZOrder (inherited from CustomPoint)
 CanAddRandomPoints (inherited from Series)
 CanDrawMark (inherited from Series)
 CanZoomScroll (inherited from Series)
 ChangedAxisScale (inherited from Series)
 CheckMouse
 ClearLists (inherited from Series)
 ClipRegionCreate (inherited from Series)
 ConvertArray (inherited from Series)
 CountLegendItems
 CreateSubGallery (inherited from Series)
 Dispose (inherited from Series)
 DoAfterDrawValues (inherited from Series)
 DoBeforeDrawChart (inherited from Custom)
 DoBeforeDrawPoint (inherited from Series)
 DoBeforeDrawValues (inherited from Series)
 DoDrawIndex (inherited from Custom)
 DoGetSeriesMark (inherited from Series)
 DoNotPaintNull (inherited from BaseLine)
 DrawLegendShape (inherited from Custom)
 DrawMark (inherited from CustomPoint)
 DrawMarks (inherited from Series)
 DrawSeriesAscending (inherited from Series)
 DrawSeriesForward (inherited from Series)
 drawSeriesLabel (inherited from Series)
 FirstVisibleMark (inherited from Series)
 GetAreaBrushColor (inherited from Custom)
 getATRBoxSize (inherited from CustomTimeOHLC)
 GetBounds (inherited from CustomPoint)
 getBoxSize (inherited from CustomTimeOHLC)
 GetDataSource (inherited from Series)
 GetDefaultColor (inherited from Series)
 GetMarkText (inherited from Series)
 GetOriginPos (inherited from CustomPoint)
 GetOriginValue (inherited from Series)
 GetSeriesColor (inherited from Series)
 HasPointLabels (inherited from Series)
 IgnoreNull (inherited from BaseLine)
 InternalColor (inherited from Series)
 InternalLabel (inherited from Series)
 InternalXValue (inherited from Series)
 InternalYValue (inherited from Series)
 IsPointInChartRect (inherited from CustomPoint)
 LastVisibleMark (inherited from Series)
 LegendItemColor
 LegendToValueIndex (inherited from Series)
 MoreSameZOrder (inherited from Series)Returns true if there are more series that share the same Z order. For example Stacked Bars.
 MouseEvent (inherited from Series)
 NumSampleValues
 OnDisposing
 OnGetPointerStyle (inherited from CustomPoint)
 PaintLegend (inherited from Series)
 PrepareLegendCanvas (inherited from Series)
 RandomBounds (inherited from Series)
 RecalcGetAxis (inherited from Series)
 SameClass (inherited from Series)Returns True when the tmpSeries parameter is of the same class.
 SameClassOrigin (inherited from CustomPoint)
 SetActive (inherited from Series)
 SetBooleanProperty (inherited from TeeBase)
 SetChart
 SetColorEach (inherited from Series)
 SetColorProperty (inherited from TeeBase)
 SetDoubleProperty (inherited from TeeBase)
 SetFloatProperty (inherited from TeeBase)
 SetHorizontal (inherited from Series)
 SetIntegerProperty (inherited from TeeBase)
 SetSeriesColor (inherited from Custom)
 SetSmoothed (inherited from Custom)
 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)
 SmoothSeries (inherited from Custom)
 SortDrawPoints (inherited from Series)
 SortDrawSeries (inherited from Series)
 ValueListOfAxis (inherited from Series)

Protected Properties

 Transform (inherited from Series)

See Also

Kagi Class | Steema.TeeChart.Styles Namespace