Back to Devexpress

StackedBarSeriesLabel.LineStyle Property

corelibraries-devexpress-dot-xtracharts-dot-stackedbarserieslabel.md

latest1.5 KB
Original Source

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

See Also

StackedBarSeriesLabel Class

StackedBarSeriesLabel Members

DevExpress.XtraCharts Namespace