GraffitiSuite Docs
Docs
Graffitigridchartdiscrete
Loading document parsing libraries...
# GraffitiGridChartDiscrete 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 | | --- | :---: | :---: | --- | | HasThreshold | Boolean | False | If True, ThresholdColor will be used to draw lines that are outside. | | LineHeight | Integer | 0 | Height of lines in pixels. | | ThresholdColor | Color | &cff0000 | Color used in combination with ThresholdValue. | | ThresholdValue | Double | (None) | Values less than this value will be drawn using ThresholdColor instead of LineColor. |