GraffitiSuite Docs
Docs
Graffitigridchartboxplot
Loading document parsing libraries...
# GraffitiGridChartBoxPlot 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 | | --- | :---: | :---: | --- | | BoxFillColor | Color | &cc0d0f0 | Color used to fill value box. | | BoxLineColor | Color | (None) | Color used to draw value line. | | MedianColor | Color | &cf00000 | Color used to fill median value. | | OutlierFillColor | Color | &cf0f0f0 | Color used to fill outlier area. | | OutlierLineColor | Color | &c303030 | Color used to draw outlier line. | | OutlierRange | Double | 1.5 | Range of outlier data. | | ShowOutliers | Boolean | True | When true, will draw an outlier range and line. | | SpotRadius | Integer | (None) | Radius of spot markers in pixels. | | Target | Double | (None) | Width of value target in pixels. | | TargetColor | Color | &c40a020 | Color of value target. | | ValueFixed | Boolean | False | Will use ValueMinimum and ValueMaximum to limit data range when True. | | ValueMaximum | Double | (None) | Data range maximum. | | ValueMinimum | Double | (None) | Data range minimum. | | WhiskerColor | Color | (None) | Value line color. |