Back to Devexpress

StackedLine3DSeriesLabel Class

corelibraries-devexpress-dot-xtracharts-dot-stackedline3dserieslabel.md

latest2.3 KB
Original Source

StackedLine3DSeriesLabel Class

Defines label settings for a stacked line 3D series.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
public class StackedLine3DSeriesLabel :
    Line3DSeriesLabel
vb
Public Class StackedLine3DSeriesLabel
    Inherits Line3DSeriesLabel

Remarks

The StackedLine3DSeriesLabel class provides label functionality for series of the stacked line 3D view type. The StackedLine3DSeriesLabel class inherits properties and methods from the base Line3DSeriesLabel class, which defines the common label settings.

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

Implements

IXtraSerializable

Inheritance

Object ChartElement SeriesLabelBase Line3DSeriesLabel StackedLine3DSeriesLabel

See Also

StackedLine3DSeriesLabel Members

DevExpress.XtraCharts Namespace