Back to Devexpress

Bar3DSeriesLabel Class

corelibraries-devexpress-dot-xtracharts-dot-bar3dserieslabel.md

latest1.9 KB
Original Source

Bar3DSeriesLabel Class

Defines label settings for Bar 3D series.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
public class Bar3DSeriesLabel :
    BarSeriesLabel
vb
Public Class Bar3DSeriesLabel
    Inherits BarSeriesLabel

Remarks

The Bar3DSeriesLabel class provides label functionality for series of the Bar 3D Series view type. An instance of the Bar3DSeriesLabel class can be obtained via the SeriesBase.Label property of a series whose view type is Bar3DSeriesView.

Implements

IXtraSerializable

Inheritance

Object ChartElement SeriesLabelBase BarSeriesLabel Bar3DSeriesLabel

See Also

Bar3DSeriesLabel Members

DevExpress.XtraCharts Namespace