Add | Adds the collection of objects that implement the IList interface. |
AddNull | System.Obsolete: Please use Add() method without parameters. |
AddNullXY | System.Obsolete: Please use Add(x,y,Color.Transparent) method. |
Assign | Copies all properties from one Series component to another. |
AssignDispose | |
AssignFormat | |
AssignValues | Adds all Values from Source series. |
BeginUpdate | Recalculates the function just one time, when finished adding points. |
CalcPosValue | Returns "Value" parameter coordinate position in pixels. |
CalcSelectionPos | |
CalcXPos | Returns the pixel Screen Horizontal coordinate of the ValueIndex Series value. |
CalcXPosValue | Returns the pixel Screen Horizontal coordinate of the specified Value. |
CalcXSizeValue | Returns the size in pixels corresponding to value parameter in horizontal axis scales. |
CalcYPos | Returns the pixel Screen Vertical coordinate of the ValueIndex Series value. |
CalcYPosValue | Returns the pixel Screen Vertical coordinate of the specified Value. |
CalcYSizeValue | Returns the size in pixels corresponding to value parameter in vertical axis scales. |
ChangeType | Replaces ASeries object with a new Series object of another class. |
CheckDataSource | Refreshes all Series point values, either from database Tables, Queries or Series points. |
CheckOrder | Reorders points according to Order property of X,Y,etc value lists. |
Clear | Removes all points, texts and Colors from the Series. |
Clicked | Returns the ValueIndex of the "clicked" point in the Series. |
Clone | Returns a new Series, copy of this original. |
ColorRange | This method will change the Color of a specified range of points. |
CreateNewSeries | Creates a new Series object and sets the Name, Chart, Sub-Style and Function properties. |
Delete | Removes the index th point.
X values remain unchanged. |
Draw | |
DrawHiddenValue | |
DrawMarksSeries | |
DrawSeries | Draws the series to the Chart Canvas. |
DrawValue | Called internally. Draws the "ValueIndex" point of the Series. |
DrawValuesForward | Returns whether Series draws its points in ascending/descending order. |
EndUpdate | Used with .BeginUpdate to recalculate the function just once
when finished adding points. |
FillSampleValues | Adds random values to help visualize the Series.
Each series class determines how many random points to add. |
FirstDisplayedIndex | Returns the index of the series point that is displayed first when the series is drawn. |
GalleryChanged3D | |
GetBitmapEditor | Returns the associated bitmap icon for a given Series class.
This icon is used at ChartListBox and Series Editor dialog. |
GetMarkLabel | Returns corresponding Point label suitable for displaying at Series Marks. |
GetMarkValue | Returns corresponding Point value suitable for displaying at Series Marks. |
GetOutOfBoundNumAdjustment | |
HasColors | |
HasLabels | |
HasNoMandatoryValues | |
Invalidate (inherited from TeeBase) | Use Invalidate when the entire canvas needs to be repainted. |
IsNull | 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. |
IsValidSourceOf | Validates Series datasource. |
LastDisplayedIndex | Returns the index of the series point that is displayed first when the series is drawn. |
LegendString | Returns the formatted string corresponding to the LegendIndex point. |
MaxMarkWidth | Returns the length in pixels of the longest Mark text. |
MaxXValue | Returns the Maximum Value of the Series X Values List. |
MaxYValue | Returns the Maximum Value of the Series Y Values List. |
MaxZValue | Returns Maximum Z Value. |
MinXValue | Returns the Minimum Value of the Series X Values List. |
MinYValue | Returns the Minimum Value of the Series Y Values List. |
MinZValue | Returns Minimum Z Value. |
NewFromType | Creates a new series from the System.Type of an existing series object. |
PrepareForGallery | |
RefreshSeries | Recalculates all dependent Series points again. |
Repaint | Forces the Chart to Repaint. |
ScreenPointToValuePoint | Returns the corresponding Value PointDouble values of a Screen position between Axis limits. |
SetNull | Sets the specified series point to a null (transparent) point. |
SetSubGallery | Creates and prepares the index'th Series style to show at sub-gallery dialog. |
SortByLabels | Sorts all points in the series using the Labels (texts) list.
Note: non-mandatory values (X) are modified (they are not preserved). |
TitleOrName | System.Obsolete: Please use ToString() method. |
ToString | Overridden ToString() method. |
ValueColor | Returns the colour of the index point. |
ValueMarkText | Returns the string representation of a Index point used to draw the Mark. |
ValuePointToScreenPoint | Returns the corresponding Screen Point values of a Value position between Axis limits. |
WriteToDataSource | |
XScreenToValue | Returns the corresponding X value of a Screen position between Axis limits. |
YScreenToValue | Returns the corresponding Y value of a Screen position between Axis limits. |