Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

DataPoint.Marker Property

Provides access to the visual characteristics of a marker.

Namespace: DevExpress.Spreadsheet.Charts

Assembly: DevExpress.Spreadsheet.v21.1.Core.dll

Declaration

Marker Marker { get; }

Property Value

Type Description
Marker

A Marker interface that allows changing the characteristics of a marker identifying the data point.

See Also