Back to Devexpress

StockSeriesLabel.LineStyle Property

corelibraries-devexpress-dot-xtracharts-dot-stockserieslabel.md

latest1.5 KB
Original Source

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

See Also

StockSeriesLabel Class

StockSeriesLabel Members

DevExpress.XtraCharts Namespace