SeriesBase Properties
A base class for the SeriesTemplate and Series classes.| Name | Description |
|---|---|
| ActualArgumentScaleType | Gets the actual scale type used for series arguments. |
| ActualLabelsVisibility | Gets the actual value specifying whether labels are visible for a particular series. |
| ArgumentDataMember | Gets or sets the name of the data field that contains series point arguments. |
| ArgumentScaleType | Gets or sets a value that specifies the scale type for the argument data of the series’ data points. |
| CheckableInLegend | Specifies a value which determines whether to show a legend check box instead of a legend marker for a series. |
| CheckedInLegend | Gets or sets a value that determines whether a legend check box is checked for a chart series. |
| ColorDataMember | Gets or sets the data source field name that contains series point colors. |
| ColorizerSerializable | For internal use. This property is used to support serialization of the colorizer. |
| CrosshairContentShowMode | Gets or sets the element that dispays the series’s Crosshair content. |
| CrosshairEmptyValueLegendText | Gets or sets the text that is displayed by the Crosshair when it has no values to be displayed. |
| CrosshairEnabled | Gets or sets a value that specifies whether or not a crosshair cursor is enabled for this series. |
| CrosshairHighlightPoints | Gets or sets a value that specifies whether the series points are highlighted when the crosshair cursor hovers over them. |
| CrosshairLabelPattern | Gets or sets a string which represents the pattern specifying the text to be displayed within a crosshair label for the current Series type. |
| CrosshairLabelVisibility | Specifies whether to show a crosshair label on a diagram for a particular 2D Series. |
| CrosshairTextOptions | Returns the text options of the Crosshair label item of the series. |
| DataFiltersConjunctionMode | Gets or sets the logical operator used to combine individual data filter conditions defined for the series. |
| DataSorted | Gets or sets the value that identifies whether the series’s data source is sorted. |
| DateTimeSummaryOptions | Returns options that configure how the series calculates summary values of its data source with date-time arguments. |
| FilterCriteria | Gets or sets the current filter criteria. |
| FilterString | Gets or sets the current filter expression. |
| Label | Gets series label settings. |
| LabelSerializable | Gets the string value used to support serialization of the series labels. |
| LabelsVisibility | Specifies whether to show labels for a series. |
| Legend | Gets or sets a legend which displays the series legend item or series point legend items. |
| LegendName | For internal use. Supports serialization of the SeriesBase.Legend property. |
| LegendText | Gets or sets the text that identifies the series within the legend of a chart control. |
| LegendTextPattern | Gets or sets the string that formats text for the series or series point legend items. |
| NumericSummaryOptions | Returns options that configure how the series calculates summary values of its data source with numeric arguments. |
| QualitativeSummaryOptions | Returns options that configure how the series calculates summary values of its data source with qualitative arguments. |
| SeriesPointsSorting | Gets or sets the sort order of the series’ points. |
| SeriesPointsSortingKey | Gets or sets a value that specifies the values of the data points that the series should be sorted by. |
| ShowInLegend | Gets or sets a value that specifies whether the data series is represented in the chart control’s legend. |
| SynchronizePointOptions | Gets or sets a value that specifies whether point options are synchronized for a specific series. |
| Tag | Gets or sets the object that contains data related to the chart element. Inherited from ChartElement. |
| TimeSpanSummaryOptions | Returns options that configure how the series calculates summary values of its data source with date-time arguments. |
| ToolTipEnabled | Gets or sets a value that specifies whether or not a tooltip is enabled for a series. |
| ToolTipHintDataMember | Gets or sets a value that points to a data field containing hints for series points tooltips. |
| ToolTipPointPattern | Gets or sets a formatting pattern for a series point tooltip. |
| ToolTipSeriesPattern | Gets or sets a string which represents the pattern specifying the text to be displayed within the tooltip that appears for a series. |
| TopNOptions | Provides access to settings that indicate whether it is required to show only the Top N series points in a series and define the rule to determine the Top N points. |
| Value1 | For internal use only. |
| Value2 | For internal use only. |
| Value3 | For internal use only. |
| Value4 | For internal use only. |
| ValueDataMembers | Gets a collection of the names of data fields that contain series point values. |
| ValueDataMembersSerializable | Gets or sets the string value used to support serialization of the SeriesBase.ValueDataMembers property. |
| ValueScaleType | Gets or sets a value that specifies the scale type for the value data of the series’ data points. |
| View | Gets or sets the view that the series uses to visualize its data. |
| ViewSerializable | Gets the string value used to support serialization of the series view. |
| Visible | Specifies whether the series is visible. |
See Also