Returns the size in pixels corresponding to value parameter in horizontal axis scales. This coordinate is calculated using the Series associated Horizontal Axis.
Returns the size in pixels corresponding to value parameter in vertical axis scales. This coordinate is calculated using the Series associated Vertical Axis.
Reorders points according to Order property of X,Y,etc value lists. Refreshes sort order of Series points if Order type of XValues or YValues is not loNone.
Removes all points, texts and Colors from the Series. Dependent Series are notified. If no new points are appended to the Series, nothing will be painted.
Creates a new Series object and sets the Name, Chart, Sub-Style and Function methods. This is an internal method, you should seldomly use it in your applications.
Accesses the stored Color Array, if created, for the Series. When attaching new series to any Chart, setting TChart Series.SerieColor to Color.EMPTY will make TeeChart assign a different color to each Series.
Cursor displayed when mouse is over a series point. Each Series determines the intersection of points with mouse coordinates each time the mouse moves. There are many different Cursors available.
Removes count number of points starting at index. When RemoveGap parameter is true, it calls ValueList FillSequence. The Chart will be automatically redrawn. Dependent Series will be recalculated.
Forces the Chart to Repaint. You don't normally call Repaint directly. It can be used within derived TChartSeries components when changing their properties internally .
The Minimum Value of the Series Y Values List. As some Series have more than one Y Values List, this Minimum Value is the "Minimum of Minimums" of all Series Y Values lists.