#Point
##Properties
| Datatype | Property name | Property description | Default Value |
|---|---|---|---|
| String | Color | Individual color for the point. Defaults to null | null |
| Object | DataLabels | Individual data label for each point. The options are the same as the ones for plotOptions.series.dataLabels | null |
| Drilldown | Drilldown | null | |
| PlotOptionsSeriesPointEvents | Events | Individual events for the point. Defaults to null | null |
| Nullable | HideLabel | 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(). Defaults to null | null |
| Nullable | IsIntermediateSum | null | |
| Nullable | IsSum | null | |
| Nullable | Label | null | |
| Nullable | LabelPercentage | null | |
| Nullable | LegendIndex | Pies only. The sequential index of the pie slice in the legend. Defaults to undefined | null |
| PlotOptionsSeriesMarker | Marker | An individual point marker for the point. Defaults to null | null |
| String | Name | The name of the point as shown in the legend, tooltip, dataLabel etc. Defaults to "" | null |
| Nullable | Selected | null | |
| Nullable | Sliced | Pie series only. Whether to display a slice offset from the center. Defaults to false | null |
| Nullable | X | The x value of the point Defaults to null | null |
| Nullable | Y | The y value of the point Defaults to null | 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.
