Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

public Marker Marker { get; }

Property Value

Type Description
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