Back to Devexpress

Series Data Point

aspnet-15829-components-chart-control-visual-elements-series-data-point.md

latest2.7 KB
Original Source

Series Data Point

  • Feb 23, 2023

A Series Data Point (or a Series Point , for short) is an individual data point within a series. The chart plots each data point 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). Series point appearance (a bar, data point marker, pie slice) depends on the view type of the series to which the point belongs. Each series point can be displayed with a series label that identifies the point. For more detailed information, refer to Series Points.

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

|

WebChartControl.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