# GraffitiChartPoint
Class
## Methods
| Name | Parameters | Return Type | Description |
| --- | :---: | :---: | --- |
| Constructor | Label as String <br> Dataset as GraffitiChartDataset <br> Value as Double | (None) | Creates a new instance of the class. |
## Properties
| Name | Type | Default Value | Description |
| --- | :---: | :---: | --- |
| Dataset | GraffitiChartDataset | (None) | Dataset that this point belongs to. |
| Label | String | (None) | Label in which this point resides on the chart. |
| Value | Double | (None) | Value of the point. |