corelibraries-devexpress-dot-xtracharts-dot-stackedbar3dserieslabel.md
Defines label settings for Stacked Bar 3D series.
Namespace : DevExpress.XtraCharts
Assembly : DevExpress.XtraCharts.v25.2.dll
NuGet Package : DevExpress.Charts
public class StackedBar3DSeriesLabel :
BarSeriesLabel
Public Class StackedBar3DSeriesLabel
Inherits BarSeriesLabel
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.
Object ChartElement SeriesLabelBase BarSeriesLabel StackedBar3DSeriesLabel FullStackedBar3DSeriesLabel
See Also