Series Methods
Represents an individual series within a chart control.| Name | Description |
|---|---|
| Assign(ChartElement) | Copies all the settings from the Series object passed as the parameter. |
| BindToData(Object, String, String[]) | Binds a series to data. |
| ChangeView(ViewType) | Changes the series’ view type by specifying its type. Inherited from SeriesBase. |
| Clone() | Creates a copy of the current ChartElement object. Inherited from ChartElement. |
| Dispose() | Releases all resources used by the Series object. |
| DrillDown() | Drills down to the series if the series template by which the series is generated has the SeriesTemplate.SeriesDrillTemplate property specified. |
| DrillDownToPoint(Object) | Drills down to the specified series point if the series template by which the series is generated has the SeriesTemplate.SeriesPointDrillTemplate property specified. |
| Equals(Object, Object) static | Determines whether the specified object instances are considered equal. Inherited from Object. |
| Equals(Object) | Determines whether the specified object is equal to the current object. Inherited from Object. |
| GetHashCode() | Serves as the default hash function. Inherited from Object. |
| GetType() | Gets the Type of the current instance. Inherited from Object. |
| IsCompatible(SeriesPoint) | Checks if the specified point is compatible with the current series scale type. |
| MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
| ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
| SetBoxPlotDataMembers(String, String, String, String, String, String, String) | Specifies the data members whose values the series uses to populate series points’ arguments and values. Inherited from SeriesBase. |
| SetBoxPlotDataMembers(String, String, String, String, String, String) | Specifies the data members whose values the series uses to populate series points’ arguments and values. Inherited from SeriesBase. |
| SetBoxPlotDataMembersWithOutliers(String, String, String, String, String, String, String, String) | Specifies the data members whose values the series uses to populate series points’ arguments and values. Inherited from SeriesBase. |
| SetBoxPlotDataMembersWithOutliers(String, String, String, String, String, String, String) | Specifies the data members whose values the series uses to populate series points’ arguments and values. Inherited from SeriesBase. |
| SetBubbleDataMembers(String, String, String) | Specifies data members whose values will be used to populate the argument value and weight of series points if a series view is a bubble view. Inherited from SeriesBase. |
| SetDataMembers(String, String) | Specifies the data members whose values the series uses to populate series points’ arguments and values. Inherited from SeriesBase. |
| SetFinancialDataMembers(String, String, String, String, String) | Specifies data members whose values will be used to populate the argument value and weight of series points if a series view is a financial view. Inherited from SeriesBase. |
| SetGanttDataMembers(String, String, String) | Specifies data members whose values will be used to populate the argument value and weight of series points if series view is a Gantt view. Inherited from SeriesBase. |
| SetRangeDataMembers(String, String, String) | Specifies data members whose values will be used to populate the argument value and weight of series points if a series view is a range view. Inherited from SeriesBase. |
| ToString() | Returns the textual representation of the series. |
See Also