Back to Devexpress

AreaSeriesViewBase.LineStyle Property

corelibraries-devexpress-dot-xtracharts-dot-areaseriesviewbase-c57a93b9.md

latest1.3 KB
Original Source

AreaSeriesViewBase.LineStyle Property

Overrides the LineSeriesView.LineStyle property.

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

Always returns null ( Nothing in Visual Basic).

|

Remarks

This property is overridden to hide the corresponding property of the LineSeriesView class. Normally, you don’t need to use it.

See Also

AreaSeriesViewBase Class

AreaSeriesViewBase Members

DevExpress.XtraCharts Namespace