Constructors
![]() | Overloaded |
Public Events
![]() | Called just after drawing all series points, and before drawing other series that are in front. |
![]() | Triggered Before a Series Point is plotted. Use to modify paint characteristics of indexed point. |
![]() | Called just before drawing all series points, and after drawing other series that are behind. |
![]() | Occurs when the control is clicked. |
![]() | Occurs when the control is double-clicked. |
![]() | Triggered on placing Mark for each Series Point. Use this method to modify the Mark Text content. |
![]() | Occurs each time a Surface's polygon is displayed. Using this event, specific Colors can be assigned to individual Surface polygons. |
![]() | Occurs when the Surface Series needs to recreate the grid of values. |
![]() | Occurs when the mouse pointer enters the control. |
![]() | Occurs when the mouse pointer leaves the control. |
Public Fields
![]() | |
![]() | Returns the horizontal axis associated with the series. |
![]() | Returns the vertical axis associated with the series. |
![]() | Returns true if the series has ZValues. |
![]() | |
![]() | |
![]() | |
![]() | |
![]() | Returns True when the Series needs axes to display points. For example, Pie Series returns False (it does not need axes). |
Public Methods
![]() | Adds the X, Y and Z arrays. |
![]() | System.Obsolete: Please use Add() method without parameters. |
![]() | System.Obsolete: Please use Add(x,y,Color.Transparent) method. |
![]() | Add Color to Palette list |
![]() | Copies all properties from one Series component to another. |
![]() | |
![]() | Adds all Values from Source series. |
![]() | Recalculates the function just one time, when finished adding points. |
![]() | Returns "Value" parameter coordinate position in pixels. |
![]() | |
![]() | Returns the pixel Screen Horizontal coordinate of the ValueIndex Series value. |
![]() | Returns the pixel Screen Horizontal coordinate of the specified Value. |
![]() | Returns the size in pixels corresponding to value parameter in horizontal axis scales. |
![]() | |
![]() | Returns the pixel Screen Vertical coordinate of the specified Value. |
![]() | Returns the size in pixels corresponding to value parameter in vertical axis scales. |
![]() | |
![]() | Refreshes all Series point values, either from database Tables, Queries or Series points. |
![]() | Reorders points according to Order property of X,Y,etc value lists. |
![]() | Deletes all Series values. |
![]() | Deletes all Palette information. |
![]() | |
![]() | Returns a new Series, copy of this original. |
![]() | This method will change the Color of a specified range of points. |
![]() | Makes a Surface grid of NumX by NumZ dimensions. |
![]() | Removes the index th point. X values remain unchanged. |
![]() | |
![]() | |
![]() | |
![]() | Draws the series to the Chart Canvas. |
![]() | Called internally. Draws the "ValueIndex" point of the Series. |
![]() | Returns whether Series draws its points in ascending/descending order. |
![]() | Used with .BeginUpdate to recalculate the function just once when finished adding points. |
![]() | |
![]() | Adds random values to help visualize the Series. Each series class determines how many random points to add. |
![]() | Returns the index of the series point that is displayed first when the series is drawn. |
![]() | |
![]() | Returns the associated bitmap icon for a given Series class. This icon is used at ChartListBox and Series Editor dialog. |
![]() | Returns corresponding Point label suitable for displaying at Series Marks. |
![]() | Returns corresponding Point value suitable for displaying at Series Marks. |
![]() | |
![]() | |
![]() | Use Invalidate when the entire canvas needs to be repainted. |
![]() | 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. |
![]() | Checks if given series object instance is a Custom3D instance. |
![]() | Returns the index of the series point that is displayed first when the series is drawn. |
![]() | Returns LegendString for LegendIndexth item. |
![]() | Returns the length in pixels of the longest Mark text. |
![]() | |
![]() | Returns the Maximum Value of the Series Y Values List. |
![]() | |
![]() | |
![]() | Returns the Minimum Value of the Series Y Values List. |
![]() | |
![]() | |
![]() | Recalculates all dependent Series points again. |
![]() | Forces the Chart to Repaint. |
![]() | Returns the corresponding Value PointDouble values of a Screen position between Axis limits. |
![]() | Sets the specified series point to a null (transparent) point. |
![]() | |
![]() | Sorts all points in the series using the Labels (texts) list. Note: non-mandatory values (X) are modified (they are not preserved). |
![]() | System.Obsolete: Please use ToString() method. |
![]() | Overridden ToString() method. |
![]() | Returns the colour of the index point. |
![]() | Returns the string representation of a Index point used to draw the Mark. |
![]() | Returns the corresponding Screen Point values of a Value position between Axis limits. |
![]() | |
![]() | Returns the corresponding X value of a Screen position between Axis limits. |
![]() | Returns the corresponding Y value of a Screen position between Axis limits. |
Public Properties
![]() | Shows or hides this series. |
![]() | Defines the alpha value for the Blue of the ARGB component. |
![]() | Defines the Brush to fill the Surface polygons. |
![]() | Chart associated with this object |
![]() | Default color for all points. |
![]() | Draws points with different preset Colors. |
![]() | System.Obsolete: Please use ColorEach property. |
![]() | Gets or sets the Datasource Color Field |
![]() | Access to the stored Color Array, if created, for the Series. |
![]() | Returns the number of points in the Series. |
![]() | Cursor displayed when mouse is over a series point. |
![]() | Specified the custom horizontal axis for the series. |
![]() | Specified the custom vertical axis for the series. |
![]() | |
![]() | Object to load data from. |
![]() | Determines the DateTimeFormat to display point values. |
![]() | Sets or returns the value to be used as a null value within the series. |
![]() | Sets the Depth of the series points or interconnecting lines. |
![]() | |
![]() | |
![]() | Gets and sets and object that controls the drill-down dataset when the series is clicked |
![]() | Gets or sets the Datasource Label Field for the series clicked point (drill-down). |
![]() | Determines the last Range palette color. |
![]() | For internal use. |
![]() | Returns the index of the Series' first visible point. |
![]() | Function object to calculate values. |
![]() | Defines the alpha value for the Green of the ARGB component. |
![]() | Horizontal axis to associate to this Series. |
![]() | Determine if X and Z values are equi-distant or not. |
![]() | Gets or sets whether Series aspect ratio is maintained horizontally on Chart resize. |
![]() | Gets or sets whether Series aspect ratio is maintained vertically on Chart resize. |
![]() | A two dimension array property for the easy access to series cell values. |
![]() | Gets or sets the Datasource Label Field |
![]() | Accesses a list of series point labels. |
![]() | Returns the index of the Series' last visible point. |
![]() | Gets or sets the properties which define how the Series is displayed in the Legend. |
![]() | |
![]() | Defines all necessary properties to draw a mark near to each Series point. |
![]() | Determines the middle Range palette color. |
![]() | For internal use. |
![]() | For internal use. |
![]() | Determines the Surface's horizontal size in number of points. |
![]() | Determines the Surface's depth size in number of points. |
![]() | |
![]() | |
![]() | Access the Color Palette list |
![]() | The starting value used to calculate the color palette when UsePaletteMin is true. |
![]() | Defines the range of colour in the default color Palette. |
![]() | The interval amount between palette Colors. |
![]() | Sets the number of entries in the default color Palette. |
![]() | Selects Pale or Strong colour palette. |
![]() | Defines the Pen to draw the Surface polygons. |
![]() | |
![]() | Sets the Format to display point values as percentage. |
![]() | |
![]() | |
![]() | Defines the alpha value for the Red of the ARGB component. |
![]() | System.Obsolete: Use the Series Color property. |
![]() | |
![]() | Displays this Series Title in Legend. |
![]() | Gets and sets whether the Tower series should be stacked. |
![]() | Sets 1 of 3 Colors used to create the palette to fill the Surface polygons. |
![]() | For internal use. |
![]() | Gets or sets an object that provides additional data about the TChart object. |
![]() | For internal use. |
![]() | Series description to show in Legend and editors. |
![]() | |
![]() | Sets Transparency level from 0 to 100%. |
![]() | Sets gradient color palette to fill Surface polygons. |
![]() | When true activates extended Axis range for extremely large/small numbers |
![]() | |
![]() | Sets multi-color palette to fill Surface polygons. |
![]() | Set to True to force the color palette to start at UsePaletteMin property value. |
![]() | Determines the Format to display point values. |
![]() | Returns the Steema.TeeChart.Styles.ValuesLists object of the series. |
![]() | Determines Vertical axis associated to this Series. |
![]() | Shows or hides this series. |
![]() | Values defining horizontal point positions. |
![]() | Values defining vertical point positions. |
![]() | Determines where on the depth axis the Series is drawn. |
![]() | Values defining Z grid point positions. |
Protected Fields
Protected Methods
Protected Properties
See Also
Tower Class | Steema.TeeChart.Styles Namespace