windowsforms-devexpress-dot-xtracharts-dot-designer-dot-markerbasemodel.md
Gets or sets the value of the MarkerBase.Kind within the model.
Namespace : DevExpress.XtraCharts.Designer
Assembly : DevExpress.XtraCharts.v25.2.Wizard.dll
NuGet Package : DevExpress.Win.Charts
[PropertyForOptions]
[DependentUpon("MarkerVisibility", -1)]
public MarkerKind Kind { get; set; }
<PropertyForOptions>
<DependentUpon("MarkerVisibility", -1)>
Public Property Kind As MarkerKind
| Type | Description |
|---|---|
| MarkerKind |
The kind of the marker shape.
|
Available values:
Show 11 items
| Name | Description |
|---|---|
| Square |
Specifies a square marker.
| | Diamond |
Specifies a diamond-shaped marker.
| | Triangle |
Specifies a triangular marker.
| | InvertedTriangle |
Specifies an inverted triangle marker.
| | Circle |
Specifies a circular marker.
| | Plus |
Specifies a plus-shaped marker.
| | Cross |
Specifies a cross-shaped marker.
| | Star |
Specifies a star-shaped marker.
| | Pentagon |
Specifies a pentagonal marker.
| | Hexagon |
Specifies a hexagonal marker.
| | ThinCross |
Specifies a thin cross-shaped marker.
|
See Also