Back to Devexpress

StackedAreaSeriesView.MarkerOptions Property

corelibraries-devexpress-dot-xtracharts-dot-stackedareaseriesview.md

latest1.4 KB
Original Source

StackedAreaSeriesView.MarkerOptions Property

Overrides the AreaSeriesViewBase.MarkerOptions property.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

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

Property Value

TypeDescription
Marker

Always null ( Nothing in Visual Basic).

|

Remarks

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

See Also

StackedAreaSeriesView Class

StackedAreaSeriesView Members

DevExpress.XtraCharts Namespace