Skip to main content
All docs
V24.2

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

BoxPlotSeriesViewModel.OutlierMarkerKind Property

Gets or sets the BoxPlotSeriesView.OutlierMarkerKind property within the BoxPlotSeriesViewModel.

Namespace: DevExpress.XtraCharts.Designer

Assembly: DevExpress.XtraCharts.v24.2.Wizard.dll

NuGet Package: DevExpress.Win.Charts

#Declaration

[PropertyForOptions("Appearance")]
public MarkerKind OutlierMarkerKind { get; set; }

#Property Value

Type Description
MarkerKind

The outlier marker kind.

Available values:

Show 11 items
Name Description
Square

Specifies a square marker.

MarkerKind.Square

Diamond

Specifies a diamond-shaped marker.

MarkerKind.Diamond

Triangle

Specifies a triangular marker.

MarkerKind.Triangle

InvertedTriangle

Specifies an inverted triangle marker.

MarkerKind.InvertedTriangle

Circle

Specifies a circular marker.

MarkerKind.Circle

Plus

Specifies a plus-shaped marker.

MarkerKind.Plus

Cross

Specifies a cross-shaped marker.

MarkerKind.Cross

Star

Specifies a star-shaped marker.

MarkerKind.Star

Pentagon

Specifies a pentagonal marker.

MarkerKind.Pentagon

Hexagon

Specifies a hexagonal marker.

MarkerKind.Hexagon

ThinCross

Specifies a thin cross-shaped marker.

MarkerKind.ThinCross

See Also