Back to Devexpress

BarSeriesLabel Class

corelibraries-devexpress-dot-xtracharts-e85a60db.md

latest2.8 KB
Original Source

BarSeriesLabel Class

Defines label settings for bar series.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
public abstract class BarSeriesLabel :
    SeriesLabelBase
vb
Public MustInherit Class BarSeriesLabel
    Inherits SeriesLabelBase

Remarks

The BarSeriesLabel class provides label functionality for series of the bar view type.

In addition to the common settings inherited from the base SeriesLabelBase class, the BarSeriesLabel class declares bar type specific settings, which allow you to specify whether labels should be displayed for bars with zero height (BarSeriesLabel.ShowForZeroValues).

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

Implements

IXtraSerializable

Inheritance

Show 11 items

Object ChartElement SeriesLabelBase BarSeriesLabel Bar3DSeriesLabel

SideBySideBarSeriesLabel

StackedBar3DSeriesLabel

StackedBarSeriesLabel

FullStackedBar3DSeriesLabel

FullStackedBarSeriesLabel

WaterfallSeriesLabel

See Also

BarSeriesLabel Members

DevExpress.XtraCharts Namespace