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