Skip to main content

SeriesBase Methods

A base class for the SeriesTemplate and Series classes.
Name Description
Assign(ChartElement) Copies all the settings from the SeriesBase object passed as the parameter.
ChangeView(ViewType) Changes the series’ view type by specifying its type.
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.
SetBoxPlotDataMembers(String, String, String, String, String, String, String) Specifies the data members whose values the series uses to populate series points’ arguments and values.
SetBoxPlotDataMembers(String, String, String, String, String, String) Specifies the data members whose values the series uses to populate series points’ arguments and values.
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.
SetBoxPlotDataMembersWithOutliers(String, String, String, String, String, String, String) Specifies the data members whose values the series uses to populate series points’ arguments and values.
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.
SetDataMembers(String, String) Specifies the data members whose values the series uses to populate series points’ arguments and values.
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.
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.
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.
ToString() Returns the textual representation of the series template.
See Also