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. Refer to the following help topic for more information: Series Points.

VE_DataPointMarker.png

The table below lists the main properties that 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

WebChartControl.CustomDrawSeries

See Also