Back to Devexpress

StackedArea3DSeriesLabel.LineStyle Property

corelibraries-devexpress-dot-xtracharts-dot-stackedarea3dserieslabel-6bf1c64c.md

latest1.5 KB
Original Source

StackedArea3DSeriesLabel.LineStyle Property

Overrides the SeriesLabelBase.LineStyle property to hide it.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
[Browsable(false)]
public LineStyle LineStyle { get; }
vb
<Browsable(False)>
Public ReadOnly Property LineStyle As LineStyle

Property Value

TypeDescription
LineStyle

A LineStyle object.

|

Remarks

This property is overridden to hide the corresponding property of the SeriesLabelBase class, because the LineStyle property isn’t appropriate for the StackedArea3DSeriesLabel class.

See Also

StackedArea3DSeriesLabel Class

StackedArea3DSeriesLabel Members

DevExpress.XtraCharts Namespace