Returns true if indexed Slice belongs to the Otherslice. The "other" slice is controlled by the OtherSlice method, and is used to join several small slices into a single bigger one.
Returns the exact horizontal size of the ellipse's radius in pixels. The ellipse XRadius can be set to a fixed number of pixels by using this method. Circled series.Circled controls whether both radii must be proportional to the Screen X/Y ratio.
Returns the exact vertical size of the ellipse's radius in pixels. The ellipse YRadius can be set to a fixed number of pixels by using this method. Circled series .Circled controls whether both radii must be proportional to the Screen X/Y ratio.
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.
Returns the ValueIndex of the "clicked" point in the Series. Clicked means the X and Y coordinates are in the point screen region bounds. If no point is "touched", Clicked returns -1
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 .