Back to Devexpress

LineDrawOptions.Marker Property

corelibraries-devexpress-dot-xtracharts-dot-linedrawoptions-f4e8db0a.md

latest1.4 KB
Original Source

LineDrawOptions.Marker Property

Gets the line series view’s marker settings when implementing custom drawing in the chart control.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
public Marker Marker { get; }
vb
Public ReadOnly Property Marker As Marker

Property Value

TypeDescription
Marker

A Marker object which represents the marker shown within the series points and legend for this line series view.

|

Remarks

Use the Marker property to access and modify the marker settings (such as the color, style, kind, size, visibility, etc.) of the line series view.

See Also

LineMarkerOptions

LineDrawOptions Class

LineDrawOptions Members

DevExpress.XtraCharts Namespace