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

StackedBar3DSeriesLabel Class

Defines label settings for Stacked Bar 3D series.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v20.2.dll

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

Declaration

public class StackedBar3DSeriesLabel :
    BarSeriesLabel

Remarks

The StackedBar3DSeriesLabel class provides label functionality for series of the stacked bar 3D series view type. At the same time, the StackedBar3DSeriesLabel class serves as a base for the FullStackedBar3DSeriesLabel class.

The StackedBar3DSeriesLabel class inherits properties and methods from the base SeriesLabelBase class which define the common label settings.

An instance of the StackedBar3DSeriesLabel class can be obtained via the SeriesBase.Label property of a series whose view type is StackedBar3DSeriesView.

Implements

See Also