# GraffitiGridChartLine
Class Inherits GraffitiGridChart
## Compatibility
### Framework API Version
| 1.0 | 2.0 |
| :---: | :---: |
| True | True |
### Android
| 32-Bit | 64-Bit |
| :---: | :---: |
| False | True |
### Console
| 32-Bit | 64-Bit |
| :---: | :---: |
| True | True |
### Desktop
| 32-Bit | 64-Bit |
| :---: | :---: |
| True | True |
### iOS
| 32-Bit | 64-Bit |
| :---: | :---: |
| False | True |
### Web
| 32-Bit | 64-Bit |
| :---: | :---: |
| True | True |
## Methods
| Name | Parameters | Return Type | Description |
| --- | :---: | :---: | --- |
| Constructor | (None) | (None) | Creates a new instance of the class. |
| toString | (None) | String | (None) |
## Properties
| Name | Type | Default Value | Description |
| --- | :---: | :---: | --- |
| HasHoverLineColor | Boolean | True | When True, a separate color will be applied to lines on hover. |
| HasHoverSpotColor | Boolean | True | If True, HoverSpotColor will be used when the mouse hovers over a data point. |
| HasNormalColor | Boolean | False | Color drawn to denote the area considered Normal per NormalMaximum and NormalMinimum. |
| HasNormalMaximum | Boolean | False | Applies the specified maximum normal value. |
| HasNormalMinimum | Boolean | False | Applies the specified minimum normal value. |
| HasSpotColor | Boolean | True | Color used to draw spots for data points. |
| HasSpotColorMaximum | Boolean | True | If True, SpotColorMaximum will be used to draw spots that are above the normal maximum. |
| HasSpotColorMinimum | Boolean | True | If True, SpotColorMinimum will be used to draw data points that fall below the normal minimum. |
| HoverLineColor | Color | &cf02020 | Color applied to lines on hover. |
| HoverSpotColor | Color | &c50f050 | Color used to draw data point spots that fall within the normal range when hovered. |
| LineWidth | Integer | 1 | Pen width of the line in pixels. |
| NormalColor | Color | (None) | Color used to draw the normal range. |
| NormalMaximum | Integer | -1 | Maximum data value that is considered normal. |
| NormalMinimum | Integer | -1 | Minimum data value that is considered normal. |
| NormalOnTop | Boolean | False | By default the normal range is drawn behind the fill area of the chart. Setting this option to true causes it to be drawn over the top of the fill area |
| SpotColor | Color | &cf08000 | Color used to draw data point spots that fall within the normal range. |
| SpotColorMaximum | Color | &cf08000 | Used to draw data point spots that are above the specified normal. |
| SpotColorMinimum | Color | &cf08000 | Used to draw data point spots that are below the specified normal. |
| SpotRadius | Double | 1.5 | Radius of data point spots. |