SeriesTemplate Properties
The series template that the chart uses to generate its series.| Name | Description |
|---|---|
| ActualArgumentScaleType | Gets the actual scale type used for series arguments. Inherited from SeriesBase. |
| ActualLabelsVisibility | Gets the actual value specifying whether labels are visible for a particular series. Inherited from SeriesBase. |
| ArgumentDataMember | Gets or sets the name of the data field that contains series point arguments. Inherited from SeriesBase. |
| ArgumentDrillTemplate | Gets or sets the series template that the Chart Control uses to generate detailed series when the Control should display a data slice filtered by an argument. |
| ArgumentScaleType | Gets or sets a value that specifies the scale type for the argument data of the series’ data points. Inherited from SeriesBase. |
| CheckableInLegend | Specifies a value which determines whether to show a legend check box instead of a legend marker for a series. Inherited from SeriesBase. |
| CheckedInLegend | Gets or sets a value that determines whether a legend check box is checked for a chart series. Inherited from SeriesBase. |
| ColorDataMember | Gets or sets the data source field name that contains series point colors. Inherited from SeriesBase. |
| ColorizerSerializable | For internal use. This property is used to support serialization of the colorizer. Inherited from SeriesBase. |
| CrosshairContentShowMode | Gets or sets the element that dispays the series’s Crosshair content. Inherited from SeriesBase. |
| CrosshairEmptyValueLegendText | Gets or sets the text that is displayed by the Crosshair when it has no values to be displayed. Inherited from SeriesBase. |
| CrosshairEnabled | Gets or sets a value that specifies whether or not a crosshair cursor is enabled for this series. Inherited from SeriesBase. |
| CrosshairHighlightPoints | Gets or sets a value that specifies whether the series points are highlighted when the crosshair cursor hovers over them. Inherited from SeriesBase. |
| 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. Inherited from SeriesBase. |
| CrosshairLabelVisibility | Specifies whether to show a crosshair label on a diagram for a particular 2D Series. Inherited from SeriesBase. |
| CrosshairTextOptions | Returns the text options of the Crosshair label item of the series. Inherited from SeriesBase. |
| DataAdapter | Gets or sets the adapter used to create multiple series based on a template. |
| DataFiltersConjunctionMode | Gets or sets the logical operator used to combine individual data filter conditions defined for the series. Inherited from SeriesBase. |
| DataSorted | Gets or sets the value that identifies whether the series’s data source is sorted. Inherited from SeriesBase. |
| DateTimeSummaryOptions | Returns options that configure how the series calculates summary values of its data source with date-time arguments. Inherited from SeriesBase. |
| FilterCriteria | Gets or sets the current filter criteria. Inherited from SeriesBase. |
| FilterString | Gets or sets the current filter expression. Inherited from SeriesBase. |
| Label | Gets series label settings. Inherited from SeriesBase. |
| LabelSerializable | Gets the string value used to support serialization of the series labels. Inherited from SeriesBase. |
| LabelsVisibility | Specifies whether to show labels for a series. Inherited from SeriesBase. |
| Legend | Gets or sets a legend which displays the series legend item or series point legend items. Inherited from SeriesBase. |
| LegendName | For internal use. Supports serialization of the SeriesBase.Legend property. Inherited from SeriesBase. |
| LegendText | Gets or sets the text that identifies the series within the legend of a chart control. Inherited from SeriesBase. |
| LegendTextPattern | Gets or sets the string that formats text for the series or series point legend items. Inherited from SeriesBase. |
| NumericSummaryOptions | Returns options that configure how the series calculates summary values of its data source with numeric arguments. Inherited from SeriesBase. |
| QualitativeSummaryOptions | Returns options that configure how the series calculates summary values of its data source with qualitative arguments. Inherited from SeriesBase. |
| SeriesColorizer | Gets or sets the Series Colorizer that automatically paints series. |
| SeriesColorizerSerializable | For internal use only. This property is used to support the series template’s series colorizer serialization. |
| SeriesDataMember | Gets or sets the name of the data member whose values identify series. |
| SeriesDrillTemplate | Gets or sets the series template that the Chart Control uses to generate detailed series when the Control should display a data slice filtered by a series identifier. |
| SeriesPointDrillTemplate | Gets or sets the series template that the Chart Control uses to generate detailed series when the Control should display a data slice filtered by a series point. |
| SeriesPointsSorting | Gets or sets the sort order of the series’ points. Inherited from SeriesBase. |
| SeriesPointsSortingKey | Gets or sets a value that specifies the values of the data points that the series should be sorted by. Inherited from SeriesBase. |
| ShowInLegend | Gets or sets a value that specifies whether the data series is represented in the chart control’s legend. Inherited from SeriesBase. |
| SynchronizePointOptions | Gets or sets a value that specifies whether point options are synchronized for a specific series. Inherited from SeriesBase. |
| 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. Inherited from SeriesBase. |
| ToolTipEnabled | Gets or sets a value that specifies whether or not a tooltip is enabled for a series. Inherited from SeriesBase. |
| ToolTipHintDataMember | Gets or sets a value that points to a data field containing hints for series points tooltips. Inherited from SeriesBase. |
| ToolTipPointPattern | Gets or sets a formatting pattern for a series point tooltip. Inherited from SeriesBase. |
| ToolTipSeriesPattern | Gets or sets a string which represents the pattern specifying the text to be displayed within the tooltip that appears for a series. Inherited from SeriesBase. |
| 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. Inherited from SeriesBase. |
| Value1 | For internal use only. Inherited from SeriesBase. |
| Value2 | For internal use only. Inherited from SeriesBase. |
| Value3 | For internal use only. Inherited from SeriesBase. |
| Value4 | For internal use only. Inherited from SeriesBase. |
| ValueDataMembers | Gets a collection of the names of data fields that contain series point values. Inherited from SeriesBase. |
| ValueDataMembersSerializable | Gets or sets the string value used to support serialization of the SeriesBase.ValueDataMembers property. Inherited from SeriesBase. |
| ValueScaleType | Gets or sets a value that specifies the scale type for the value data of the series’ data points. Inherited from SeriesBase. |
| View | Gets or sets the view that the series uses to visualize its data. Inherited from SeriesBase. |
| ViewSerializable | Gets the string value used to support serialization of the series view. Inherited from SeriesBase. |
| Visible | Specifies whether the series is visible. Inherited from SeriesBase. |
See Also