Back to Devexpress

LineSeriesView.PointMarkerOptions Property

corelibraries-devexpress-dot-xtracharts-dot-lineseriesview-02bb3389.md

latest1.5 KB
Original Source

LineSeriesView.PointMarkerOptions Property

Overrides the PointSeriesView.PointMarkerOptions property.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

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

Property Value

TypeDescription
SimpleMarker

A SimpleMarker object that contains the specific marker settings.

|

Remarks

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

See Also

LineSeriesView Class

LineSeriesView Members

DevExpress.XtraCharts Namespace