2.5.306 XmlTkDispBlanksAsFrt
The XmlTkDispBlanksAsFrt structure specifies how blank data entries are represented. This structure MUST only be present if the current chart does not support displaying blank entries. The following chart group types do not support blank entries: area chart group, pie chart group, line chart group with fStacked field of the Line record equal to 1, bar of pie chart group, pie of pie chart group and doughnut chart group.
|
|
|
|
|
|
|
|
|
|
1 |
|
|
|
|
|
|
|
|
|
2 |
|
|
|
|
|
|
|
|
|
3 |
|
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
blanksAs |
|||||||||||||||||||||||||||||||
... |
blanksAs (6 bytes): An XmlTkToken that specifies how blank data entries are represented on the current chart. The blanksAs.xtHeader.xmlTkTag field MUST be equal to 0x0066. This field overrides the mdBlank field of the ShtProps record that specifies the current sheet. The blanksAs.dValue field MUST be a value from the following table:
-
Value
Meaning
0x0067
Specifies that blank values are shown as a gap.
0x0069
Specifies that blank values are spanned with a line. The current chart group type MUST be area chart group or line chart group with fStacked field of the Line record equal to 1.
-