Skip to main content

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

Data Point Marker

Data Point Markers are displayed within point and line series and are used to indicate individual data points on the diagram. For more detailed information, refer to Series Points.

VE_DataPointMarker.png

The table below lists the main properties which affect the element’s appearance and functionality:

Availability

PointSeriesView.PointMarkerOptions, LineSeriesView.LineMarkerOptions

Appearance

MarkerBase.BorderColor, MarkerBase.BorderVisible, Marker.Color, MarkerBase.FillStyle

Kind

MarkerBase.Kind, MarkerBase.StarPointCount

Size

SimpleMarker.Size

Visibility

LineSeriesView.MarkerVisibility, RadarLineSeriesView.MarkerVisibility, RangeAreaSeriesView.MarkerVisibility, RangeBarSeriesView.MaxValueMarkerVisibility, RangeBarSeriesView.MinValueMarkerVisibility

Custom Draw Event

ChartControl.CustomDrawSeries

See Also