LegendScrollBar overview

Constructors

 ConstructorOverloaded

Public Events

 ChangeSize (inherited from ScrollBar)
 Scrolled (inherited from ScrollBar)
 SetPosition (inherited from ScrollBar)

Public Methods

 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.
 MainRectangle (inherited from ScrollBar)Returns the rectangle that defines the boundaries of the scrollbar.
 ScrollRectangle (inherited from ScrollBar)Returns the rectangle that defines the boundaries of the scrollbar thumb.
 ToString (inherited from Tool)

Public Properties

 Active (inherited from Tool)Enables/Disables the indexed Tool.
 ArrowBrush (inherited from ScrollBar)The brush used to fill the up/left and down/right "arrows".
 AutoRepeat (inherited from ScrollBar)When True (the default), the scrollbar will repeat mouse clicks when leaving the mouse button pressed.
 Bevel (inherited from ScrollBar)Style for the scrollbar border.
 Brush (inherited from ScrollBar)Element Brush characteristics.
 Chart (inherited from TeeBase)Chart associated with this object
 Description (inherited from ScrollBar)Gets descriptive text.
 DrawStyle (inherited from ScrollBar)Defines when the scrollbar is displayed. Values are "Always" and "WhenNeeded".
 Gradient (inherited from ScrollBar)Gradient properties used to fill the main scrollbar rectangle.
 Horizontal (inherited from ScrollBar)True when the scrollbar is horizontal, False if it is vertical.
 InitialDelay (inherited from ScrollBar)The amount in milliseconds that the scrollbar will delay before starting the auto-repeat feature. See also the AutoRepeat property.
 MinThumbSize (inherited from ScrollBar)Number of pixels that define the minimum size (width or height) of the scrollbar thumb indicator.
 Pen (inherited from ScrollBar)Element Pen characteristics.
 Position (inherited from ScrollBar)The value where the scrollbar thumb is positioned in respect the scrollbar virtual Size property. See also the Size property.
 Size (inherited from ScrollBar)The total scrollbar virtual Size magnitude. See also the Position property.
 SummaryGets detailed descriptive text.
 Tag (inherited from TeeBase)Gets or sets an object that provides additional data about the TChart object.
 ThumbBrush (inherited from ScrollBar)The brush used to fill the scrollbar thumb.

See Also

LegendScrollBar Class | Steema.TeeChart.Tools Namespace