# GraffitiChartDataset
Class
## Methods
| Name | Parameters | Return Type | Description |
| --- | :---: | :---: | --- |
| Constructor | sLabel as String <br> cFill as Color <br> cStroke as Color <br> cHighlightFill as Color <br> cHighlightStroke as Color <br> cPoint as Color <br> cPointStroke as Color <br> cPointHighlight as Color <br> cPointHighlightStroke as Color <br> DataPoints() as Double | (None) | Creates an instance of this class with the parameters as property values. |
| Constructor | sLabel as String <br> nValue as Integer <br> cFill as Color <br> cHighlight as Color | (None) | Creates an instance of this class with the parameters as property values. |
## Properties
| Name | Type | Default Value | Description |
| --- | :---: | :---: | --- |
| Data() | Double | (None) | The values of each datapoint for applicable chart types. |
| DatasetValue | Integer | (None) | The value of the dataset for applicable chart types. |
| FillColor | Color | (None) | The color used to fill the dataset on the chart. |
| HighlightFill | Color | (None) | The color used to fill the dataset on the chart when the mouse is hovering on the dataset. |
| HighlightStroke | Color | (None) | The color used for the dataset's stroke on the chart when the mouse is hovering on the dataset. |
| Label | String | (None) | The label of the current dataset. |
| PointColor | Color | (None) | The color used to draw the background on the data point. |
| PointHighlightFill | Color | (None) | The color used to fill the data point when the mouse is hovering on the data point. |
| PointHighlightStroke | Color | (None) | The color used for the data point's stroke when the mouse is hovering on the data point. |
| PointStrokeColor | Color | (None) | The color used to stroke the data point. |
| StrokeColor | Color | (None) | The color used to stroke the dataset. |