Back to Devexpress

Line3DSeriesLabel Class

corelibraries-devexpress-dot-xtracharts-dot-line3dserieslabel.md

latest2.0 KB
Original Source

Line3DSeriesLabel Class

Defines label settings for Line 3D series.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

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

Remarks

The Line3DSeriesLabel class provides label functionality for series of the Line 3D series view type. An instance of the Line3DSeriesLabel class can be obtained via the SeriesBase.Label property of a series whose view type is Line3DSeriesView.

Implements

IXtraSerializable

Inheritance

Object ChartElement SeriesLabelBase Line3DSeriesLabel Area3DSeriesLabel

StackedLine3DSeriesLabel

See Also

Line3DSeriesLabel Members

DevExpress.XtraCharts Namespace