#SeriesData
##Properties
| Datatype | Property name | Property description | Default Value |
|---|---|---|---|
| Nullable | Color | Individual color for the point. By default the color is pulled from the global colors array. |
null |
| Object | DataLabels | Individual data label for each point. The options are the same as the ones for plotOptions.series.dataLabels | null |
| SeriesDataEvents | Events | Individual point events | null |
| String | Id | An id for the point. This can be used after render time to get a pointer to the point object through chart.get(). |
null |
| Nullable | LegendIndex | Pies only. The sequential index of the pie slice in the legend.. | null |
| SeriesDataMarker | Marker | null | |
| String | Name | The name of the point as shown in the legend, tooltip, dataLabel etc. | null |
| Nullable | Sliced | Pie series only. Whether to display a slice offset from the center. Default: false | null |
| Nullable | X | The x value of the point. | null |
| Nullable | Y | The y value of the point. | null |
##Methods
###Equals(System.Object) Determines whether the specified System.Object is equal to the current System.Object.
Parameters:
- System.Object obj - The System.Object to compare with the current System.Object.
Returns:
true if the specified System.Object is equal to the current System.Object; otherwise, false.
###GetHashCode() Serves as a hash function for a particular type.
Returns:
A hash code for the current System.Object.
###GetType() Gets the System.Type of the current instance.
Returns:
The System.Type instance that represents the exact runtime type of the current instance.
###ToString() Returns a System.String that represents the current System.Object.
Returns:
A System.String that represents the current System.Object.
