CursorTool overview

Constructors

 ConstructorOverloaded

Public Events

 Change
 GetAxisRect
 SnapChange

Public Methods

 Clicked
 Clone (inherited from Tool)
 GetBitmapEditor (inherited from Tool)Returns the associated bitmap icon for a given Tool class. This icon is used at Tools gallery ListBox and Tools Editor dialog.
 Invalidate (inherited from TeeBase)Use Invalidate when the entire canvas needs to be repainted.
 NearestPointReturns nearest point to Cursor and smallest distance value.
 SnapToPointMoves cursor to nearest Series point and returns point index.
 ToString (inherited from Tool)

Public Properties

 Active (inherited from Tool)Enables/Disables the indexed Tool.
 Chart (inherited from TeeBase)Chart associated with this object
 CursorClickToleranceGets and sets pixel proximity tolerance for Clicks.
 DescriptionGets descriptive text.
 FastCursorDraws a cursor which does not repaint the chart but which only accepts the Pen.Color as a parameter.
 FollowMouseMoves Cursor when moving the mouse.
 GetHorizAxis (inherited from ToolSeries)Returns the associated Top or Bottom Chart Horizontal Axis.
 GetVertAxis (inherited from ToolSeries)Returns the associated Left or Right Chart Vertical Axis.
 HorizSizeHoriz size of Cursortool (full width if 0).
 PenElement Pen characteristics.
 ScopeSizeWhen Style is Scope use ScopeSize to modify the size of the Scope element.
 ScopeStyleSelect a ScopeCursorStyle option when the Style property is set to Scope.
 Series (inherited from ToolSeries)Sets Series with which Tools are associated.
 SnapAligns the TCursorTool with the nearest series point.
 SnapStyleWhen Snap true snaps on mousemove according to SnapStyle selected.
 StyleDefines which lines of the CursorTool are shown.
 SummaryGets detailed descriptive text.
 Tag (inherited from TeeBase)Gets or sets an object that provides additional data about the TChart object.
 UseChartRectSets to full Chart rectangle instead of the boundaries defined by Series axis.
 UseSeriesZGets and sets whether the cursor will be displayed at the chart front position (the default), or will use the Series 'Z' position.
 VertSizeVertical size of Cursortool (full height if 0).
 XValueSets X Value for vertical component of Cursor Tool.
 YValueSets Y Value for horizontal component of Cursor Tool.

See Also

CursorTool Class | Steema.TeeChart.Tools Namespace