2.4.241 BrtBeginSXCrtFormat
The BrtBeginSXCrtFormat record specifies details for a PivotChart (section 2.2.3.2) format and specifies the beginning of a collection records as defined by the PivotTable (section 2.1.7.40) part ABNF. The collection specifies a reference to a PivotTable rule (section 2.2.5.3.9) that specifies where in the PivotChart the formatting is applied.
|
|
|
|
|
|
|
|
|
|
1 |
|
|
|
|
|
|
|
|
|
2 |
|
|
|
|
|
|
|
|
|
3 |
|
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
dwChart |
|||||||||||||||||||||||||||||||
dwFmt |
|||||||||||||||||||||||||||||||
fSeriesFormatting |
dwChart (4 bytes): An unsigned integer that specifies the PivotChart to which this format applies. The PivotChart is specified by a chart part (section 2.2.3.1). The associated chart part contains a fmtId element, as defined in [ISO/IEC29500-1:2016], section 21.2.2.70, with a val attribute. The attribute val MUST have a value equal to the value of this field.
dwFmt (4 bytes): An unsigned integer that specifies a zero-based index to a pivotFmt element, as defined in [ISO/IEC29500-1:2016], section 21.2.2.142, in the pivotFmts collection, as defined in [ISO/IEC29500-1:2016], section 21.2.1.143, in the chart part specified by dwChart. This value MUST be less than the number of pivotFmt elements in that collection.
fSeriesFormatting (4 bytes): A Boolean (section 2.5.98.3) that specifies whether this format applies to a data series or a data point. Possible values for this field are listed in the following table.
-
Value
Meaning
0x00000000
Specifies that this format applies to a data point.
0x00000001
Specifies that this format applies to a data series.
A data series is specified by a ser element that is a child of one of the chart elements from the list of valid child elements of the plotArea element, as defined in [ISO/IEC29500-4:2016], section 21.2.2.145, in the chart part specified by dwChart. A data point is specified by the dPt element, as defined in [ISO/IEC29500-1:2016], section 21.2.2.52.