Hi all,
In my current script I have the individual sites defined as a certain color on the legend, but doing it like this won't carry over if the "sites" are labeled differently. I was thinking maybe "color cell" would be able to change all the cells to one color, but I'm having issues.
How would you script a single color for all the cells?
<gb=Graph Builder(
Size( 879, 653 ),
Show Control Panel( 0 ),
Variables( X( :SiteX ), Y( :SiteY ), Color( :Site ) ),
Elements( Heatmap( X, Y, Legend( 44 ), Label( "Label by Value" ), Color Theme("Solid","gray") ) ),
Local Data Filter( Close Outline( 1 ) ),
SendToReport(
Dispatch( {}, "SiteX", ScaleBox, {Label Row( Show Major Grid( 1 ) )} ),
Dispatch( {}, "SiteY", ScaleBox, {Label Row( Show Major Grid( 1 ) )} ),
Dispatch( {}, "400", ScaleBox,
{Legend Model(
44,
Properties( 0, {Fill Color( 32 )}, Item ID( "01", 1 ) ),
Properties( 1, {Fill Color( 32 )}, Item ID( "02", 1 ) ),
Properties( 2, {Fill Color( 32 )}, Item ID( "03", 1 ) ),
Properties( 3, {Fill Color( 32 )}, Item ID( "04", 1 ) ),
Properties( 4, {Fill Color( 32 )}, Item ID( "05", 1 ) ),
Properties( 5, {Fill Color( 32 )}, Item ID( "06", 1 ) ),
Properties( 6, {Fill Color( 32 )}, Item ID( "07", 1 ) )
.........>