Skip to main content

SeriesTemplate Methods

The series template that the chart uses to generate its series.
Name Description
Assign(ChartElement) Copies all the settings from the SeriesTemplate object passed as the parameter.
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.
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.
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.
ResetLegendPointOptions() Obsolete. Cancels the changes applied to the SeriesBase.LegendPointOptions for a specific series, and makes it equal to the SeriesBase.PointOptions. Inherited from SeriesBase.
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 short class name enclosed in parentheses.
See Also