Skip to main content
A newer version of this page is available. .

FunnelSeries Members

A funnel series.

Constructors

Name Description
FunnelSeries() Initializes a new instance of the FunnelSeries class.

Fields

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

Properties

Name Description
ActualView Returns the view object that is currently applied to the series.
Data Allows you to populate the series with data.
DisplayName Specifies the series’ display name. Inherited from SeriesBase.
ShowInLegend Indicates whether to show the series in the legend. Inherited from SeriesBase.
View Specifies series appearance and series element settings.
Visible Specifies whether the series is visible. Inherited from SeriesBase.

Methods

Name Description
Equals(Object, Object) static Determines whether the specified object instances are considered equal. 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 when the ChartPanel class’ property value changes. Inherited from ChartPanel.
See Also