Back to Devexpress

AreaSeriesViewBase.LineMarkerOptions Property

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

latest1.4 KB
Original Source

AreaSeriesViewBase.LineMarkerOptions Property

Overrides the LineSeriesView.LineMarkerOptions property.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

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

Property Value

TypeDescription
Marker

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