GraffitiSuite Docs
Docs
Graffitigridcharttristate
Loading document parsing libraries...
# GraffitiGridChartTristate 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 | | --- | :---: | :---: | --- | | BarColorNegative | Color | &cf04040 | Color of bars with a negative value. | | BarColorPositive | Color | &c3366cc | Color of bars with a positive value. | | BarColorZero | Color | &c909090 | Color of bars with a value of zero. | | BarSpacing | Integer | 1 | Pixels between each bar. | | BarWidth | Integer | 10 | Pixel width of each bar. |