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

Funnel3DSeriesLabel Class

Defines label settings for funnel 3D series.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v20.2.dll

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

Declaration

public class Funnel3DSeriesLabel :
    FunnelSeriesLabel

Remarks

The Funnel3DSeriesLabel class inherits the FunnelSeriesLabel class, to provide label functionality for series of the Funnel 3D view type.

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

Implements

See Also