Back to Devexpress

FullStackedBarSeriesLabel Class

corelibraries-devexpress-dot-xtracharts-e83924b7.md

latest2.5 KB
Original Source

FullStackedBarSeriesLabel Class

Defines label settings for full-stacked bar series.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
public class FullStackedBarSeriesLabel :
    StackedBarSeriesLabel
vb
Public Class FullStackedBarSeriesLabel
    Inherits StackedBarSeriesLabel

Remarks

The FullStackedBarSeriesLabel class provides label functionality for series of the full-stacked bar view type.

The FullStackedBarSeriesLabel class inherits properties and methods from the base StackedBarSeriesLabel class which define the common settings for the labels of stacked bars.

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

Implements

IXtraSerializable

Inheritance

Object ChartElement SeriesLabelBase BarSeriesLabel StackedBarSeriesLabel FullStackedBarSeriesLabel

See Also

FullStackedBarSeriesLabel Members

StackedBarSeriesLabel

DevExpress.XtraCharts Namespace