Back to Devexpress

Series Data Point

windowsforms-1995-controls-and-libraries-chart-control-visual-elements-series-data-point.md

latest3.0 KB
Original Source

Series Data Point

  • Feb 01, 2021

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, data point marker, pie slice) and can be identified by using series labels. For more detailed information, refer to Series Points.

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

|

Availability

|

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

| |

Appearance

|

SeriesLabelBase.TextPattern

| |

Values

|

SeriesPoint.Argument, SeriesPoint.Values

| |

Behavior

|

SeriesBase.SeriesPointsSorting, SeriesBase.SeriesPointsSortingKey

| |

Custom Draw Event

|

ChartControl.CustomDrawSeriesPoint

|

See Also

Series Points

How to: Custom Draw Series Points

How to: Determine which Series Point Is Under the Test Point

How to: Provide Interactive Editing for Series Points

How to: Show Information from a Datasource Field in a Crosshair Cursor Label