2.2.30 DynamicImageData

The DynamicImageData property specifies a structure that defines the dynamically generated images for a Chart, Map, or GaugePanel record. If the DynamicImageData property is specified, it MUST be part of one of the following records:


0


1


2


3


4


5


6


7


8


9

1
0


1


2


3


4


5


6


7


8


9

2
0


1


2


3


4


5


6


7


8


9

3
0


1

dynamicImageDataStart

count

...

dynamicImageContent (variable)

...

dynamicImageDataStart (1 byte): A byte that specifies the start of the DynamicImageData record. The value of the dynamicImageDataStart field MUST be 0x27.

count (4 bytes): A signed integer that specifies the number of bytes that comprise the image content.

dynamicImageContent (variable): An array of bytes that comprise a Chart, Map, or GaugePanel. The number of bytes in the array MUST be equal to the value of the count field.