Skip to main content

Series Point

A Series Data Point (or a Series Point for short) represents an individual data point within a series. Each data point is plotted on the diagram, based upon one X value (the point's argument) and one or more Y values (the value(s) of the data point). Depending upon the view type of the series which owns a point, the point can be represented within a chart with the help of different chart elements (such as a bar, series point marker, pie slice) and can be identified by using series point label.

SeriesDataPoint

The table below lists the main properties that affect element appearance and functionality.

Availability

The Series.Points property of a series, along with the Item property of the SeriesPointCollection of a point collection.

Appearance

Series.PointOptions

Data

SeriesPoint.Argument, SeriesPoint.ActualArgument, SeriesPoint.Value, SeriesPoint.NonAnimatedValue, SeriesPoint.NumericalArgument, SeriesPoint.DateTimeValue

See Also