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.v20.1.dll

NuGet Packages: DevExpress.Charts, DevExpress.WindowsDesktop.Charts

Declaration

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.

Implements

See Also