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

FunnelSeriesLabel Class

Defines label settings for funnel series.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v18.1.dll

Declaration

[TypeConverter(typeof(FunnelSeriesLabelTypeConverter))]
public class FunnelSeriesLabel :
    SeriesLabelBase

Remarks

The FunnelSeriesLabel class provides label functionality for series of the funnel view type.

In addition to the common settings inherited from the base SeriesLabelBase class, the FunnelSeriesLabel class declares funnel type specific settings, allowing you to define the label’s position relative to the funnel chart (FunnelSeriesLabel.Position).

An instance of the FunnelSeriesLabel class can be obtained via the SeriesBase.Label property of a series of the FunnelSeriesView type.

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the FunnelSeriesLabel class.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also