Series Class Properties
For a list of all members of this type, see Series members.
Public Properties
Name | Description | |
---|---|---|
![]() | Background | Gets or sets the background object used to fill a gauge face or radar associated with this series. |
![]() | Box | Gets or sets a box object that determines the box style and colors used with GaugeBorderShape.UseBox or ChartType.TreeMap. |
![]() | CommandTimeout | Gets or sets the wait time before terminating the attempt to execute a command and generating an error. |
![]() | ConnectionString | Sets the database connection string used when dynamically obtaining charting data from a SQL statement. |
![]() | ContourCount | Gets or sets the number of contours to draw on a SeriesType.Surface.Contour series. |
![]() | Data | Gets or sets a DataTable, DataSet, DataView, XML file name, XML string, or an object that implement IEnumerable, ArrayList or HashTable used to generate a SeriesCollection. |
![]() | DataFields | Gets or sets a value that specifies the 'database column' to 'chart data' relationship. |
![]() | DataProviderType | Specifies a database type. Defaults to OleDb (Access database). |
![]() | DefaultElement | Gets or sets the an Element object whose properties will trickle to all elements within this series. |
![]() | Element | Gets or sets an Element object which facilitates a shortcut for adding elements to the chart. |
![]() | Elements | Gets or sets a collection of Element objects associated with this series. |
![]() | EmptyElement | Gets or sets an EmptyElement object associated with this series. |
![]() | EndDate | The ending date used with SqlStatement to query filtered data from a database. |
![]() | ExcludeFromAxisRange | Gets or sets a value that indicates whether the element values of this series will affect the value axis they are plotted against. |
![]() | FirstElement | (JS Chart Only) Gets or sets element properties applied to the first element in this series. |
![]() | GaugeBorderBox | Gets or sets a box object that determines the box style and colors used with GaugeBorderShape.UseBox. |
![]() | GaugeBorderShape | Gets or sets the GaugeBorderShape of this series used with gauges. |
![]() | GaugeLinearStyle | Gets or sets the GaugeLinearStyle used with GaugeType.Horizontal and GaugeType.Vertical. |
![]() | GaugeType | Get or sets the GaugeType used with ChartType.Gauges. |
![]() | HatchStylePalette | Gets or sets the hatch style palette used be the Elements of this series. |
![]() | HatchStylePaletteName | Gets or sets a Palette boolean which indicates which static palette will be used be the Elements of this series. Note If used, legend behavior will be different. |
![]() | ImageBarSyncToValue | Gets or sets a value that indicates whether repeating ImageBar templates will sync the number of times they repeat with the element's value. |
![]() | ImageBarTemplate | Gets or sets the path and file name of the image bar template used when drawing elements of this series. |
![]() | InterpolationFillFactor | Gets or sets the factor by which a surface element tile is interpolated. This property is used with SeriesTypeSurface.Surface series. |
![]() | Item | Gets or sets an Element of this Series at a specified index. |
![]() | JsID | Gets or sets the ID of this series used in JavaScript charts. By specifying this ID, the series can be referenced in JS. |
![]() | JsMap | |
![]() | LastElement | (JS Chart Only) Gets or sets element properties applied to the last element in this series. |
![]() | LegendEntry | Gets or sets the legend entry properties of this series. |
![]() | Limit | Gets or sets the limit number of elements returned for this series when data is generated. |
![]() | LimitMode | Determine the type of limitation for Limit and SplitByLimit properties. Default is Top. |
![]() | Line | Gets or sets the line properties of this series. |
![]() | Name | Gets or sets the name of this series. |
![]() | OtherElementText | Controls the label used for the aggregated datapoint / series created when using Limit or SplitByLimit and setting ShowOther to true. |
![]() | Palette | Gets or sets the palette which will be used by the Elements of this series. Note If used, legend behavior will be different. |
![]() | PaletteName | Gets or sets a Palette enumeration which indicates which static palette will be used by the Elements of this series. Note If used, legend behavior will be different. |
![]() | ParameterCollection | Gets or sets a collection of Parameter objects used in conjunction with StoredProcedure |
![]() | Position | Gets or sets the position of this series in relation to other series when the chart is drawn. |
![]() | ShapeLabels | (JS Chart Only) A collection of labels used with gauge charts. |
![]() | ShowOther | This property controls if the additional series not shown due to the use of SplitByLimit, or the additional elements not shown due to the use of Limit are aggregated into a single series / element and graphed alongside the top x series / elements. |
![]() | SplineTensionPercent | Gets or sets a value between 0 and 100 that specifies the tension of a spline curve. |
![]() | SplitByLimit | Gets or sets the number of series created using SplitBy. |
![]() | SqlStatement | The SQL statement used to obtain the charting data. |
![]() | StartDate | The starting date used with SqlStatement to query filtered data from a database. |
![]() | StoredProcedure | This property accepts the name of a stored procedure to be used in place of the SqlStatement property in order to obtain data for the chart. |
![]() | TotalElements | Return the total number of elements in the elements collection. This property usually used in conjunction with Limit. |
![]() | Type | Gets or sets the type of this series. |
![]() | Use3D | Gets or sets a value that indicates whether this surface series is drawn in 3D. |
![]() | Visible | Gets or sets a value which indicates whether the series is visible. |
![]() | XAxis | Gets or sets the x axis for this series. |
![]() | YAxis | Gets or sets the y axis for this series. |
![]() | ZAxis | Gets or sets the Z axis of this series when used with surface charts. |
See Also