Skip to main content

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