Add (inherited from Custom3D) | Adds the X, Y and Z arrays. |
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. |
AddPalette | Add Color to Palette list |
Assign (inherited from Series) | Copies all properties from one Series component to another. |
AssignFormat (inherited from Series) | |
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 Series) | Returns the pixel Screen Horizontal coordinate of the ValueIndex Series value. |
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 Series) | Returns the pixel Screen Vertical coordinate of the ValueIndex Series value. |
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. |
CalcZPos (inherited from Custom3D) | |
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. |
ClearPalette | Deletes all Palette information. |
Clicked (inherited from Series) | |
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 Custom3D) | |
DrawHiddenValue (inherited from Series) | |
DrawMarksSeries (inherited from Series) | |
DrawSeries (inherited from Series) | Draws the series to the Chart Canvas. |
DrawValue (inherited from Series) | 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 | |
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. |
IsValidSourceOf (inherited from Custom3D) | Checks if given series object instance is a Custom3D instance. |
LastDisplayedIndex (inherited from Series) | Returns the index of the series point that is displayed first when the series is drawn. |
LegendString | Returns LegendString for LegendIndexth item. |
MaxMarkWidth (inherited from Series) | Returns the length in pixels of the longest Mark text. |
MaxXValue (inherited from Series) | Returns the Maximum Value of the Series X Values List. |
MaxYValue (inherited from Series) | Returns the Maximum Value of the Series Y Values List. |
MaxZValue (inherited from Custom3D) | Returns Maximum Z Value. |
MinXValue (inherited from Series) | Returns the Minimum Value of the Series X Values List. |
MinYValue (inherited from Series) | Returns the Minimum Value of the Series Y Values List. |
MinZValue (inherited from Custom3D) | Returns Minimum Z Value. |
PrepareForGallery | |
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 | |
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 | 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. |