Skip to main content

Series Members

Represents an individual series within a chart control.

Constructors

Name Description
Series() Initializes a new instance of the Series class with default settings.

Fields

Name Description
DataProperty static Identifies the Series.Data dependency property.
DisplayNameProperty static Identifies the Series.DisplayName dependency property.
ShowInLegendProperty static Identifies the Series.ShowInLegend dependency property.
ViewProperty static Identifies the Series.View dependency property.
VisibleProperty static Identifies the Series.Visible dependency property.

Properties

Name Description
ActualView Gets the actual view of a series.
Data Gets or sets an object that defines how data should be supplied for this series.
DisplayName Gets or sets the display name of the series.
ShowInLegend Gets or sets a value that specifies whether the series should be represented in a chart control’s legend.
View Gets or sets the view type of the series.
Visible Gets or sets whether the series is visible.

Methods

Name Description
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.
ToString() Returns a string that represents the current object. Inherited from Object.

Events

Name Description
PropertyChanged Occurs every time any of the ChartElement class properties has changed its value. Inherited from ChartElement.
See Also