Skip to main content

DataPoint.Marker Property

Provides access to the visual characteristics of a marker.

Namespace: DevExpress.Spreadsheet.Charts

Assembly: DevExpress.Spreadsheet.v23.2.Core.dll

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

Marker Marker { get; }

Property Value

Type Description
Marker

A Marker interface that allows you to change the characteristics of a marker identifying the data point.

See Also