Back to Devexpress

FullStackedAreaSeriesLabel.LineStyle Property

corelibraries-devexpress-dot-xtracharts-dot-fullstackedareaserieslabel.md

latest1.5 KB
Original Source

FullStackedAreaSeriesLabel.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 FullStackedAreaSeriesLabel class.

See Also

FullStackedAreaSeriesLabel Class

FullStackedAreaSeriesLabel Members

DevExpress.XtraCharts Namespace