2.4.3.1 CT_ChartTrackingRefBased

Target namespace: http://schemas.microsoft.com/office/powerpoint/2012/main

Referenced by: chartTrackingRefBased

A complex type that specifies how data point properties and datalabels ([MS-ODRAWXML] section 2.2.1.2) in all charts ([ISO/IEC29500-1:2016] section 21.2) in this presentation behave.<23>

Attributes:

val: An xsd:boolean ([XMLSCHEMA2/2] section 3.2.2) attribute that specifies the behavior of data point properties and datalabels ([MS-ODRAWXML] section 2.2.1.2) in all charts ([ISO/IEC29500-1:2016] section 21.2) in this presentation as defined by the following table.

Value

Meaning

True

Datapoint properties and datalabels in all charts ([ISO/IEC29500-1:2016] section 21.2) in this presentation follow their reference.

False

Datapoint properties and datalabels in all charts ([ISO/IEC29500-1:2016] section 21.2) in this presentation follow their position in the chart.

The following W3C XML Schema ([XMLSCHEMA1/2] section 2.1) fragment specifies the contents of this complex type.

 <xsd:complexType name="CT_ChartTrackingRefBased">
   <xsd:attribute name="val" type="xsd:boolean" use="required"/>
 </xsd:complexType>

See section 5.2 for the full W3C XML Schema ([XMLSCHEMA1/2] section 2.1).