Share via


ChartTrackingReferenceBased class

Defines the ChartTrackingReferenceBased Class.This class is only available in O15. When the object is serialized out as xml, its qualified name is p15:chartTrackingRefBased.

Inheritance hierarchy

System.Object
  DocumentFormat.OpenXml.OpenXmlElement
    DocumentFormat.OpenXml.OpenXmlLeafElement
      DocumentFormat.OpenXml.Office15.PowerPoint.ChartTrackingReferenceBased

Namespace:  DocumentFormat.OpenXml.Office15.PowerPoint
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
<OfficeAvailabilityAttribute(FileFormatVersions.Office15)> _
Public Class ChartTrackingReferenceBased _
    Inherits OpenXmlLeafElement
'Usage
Dim instance As ChartTrackingReferenceBased
[OfficeAvailabilityAttribute(FileFormatVersions.Office15)]
public class ChartTrackingReferenceBased : OpenXmlLeafElement

Remarks

2.3.39 chartTrackingRefBased

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

A CT_ChartTrackingRefBased element (section 2.5.36) that specifies how data point properties and datalabels ([MS-ODRAWXML] section 2.5.162) in all charts ([ISO/IEC-29500-1] section 21.2) in this presentation behave. See section 2.2.12 for how this element integrates with [ISO/IEC-29500:2008].

The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment specifies the contents of this element.

<xsd:element name="chartTrackingRefBased" type="CT_ChartTrackingRefBased"/>

See section 5.3 for the full W3C XML Schema ([XMLSCHEMA1] section 2.1).

2.5.36 CT_ChartTrackingRefBased

Target namespace: https://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.5.162) in all charts ([ISO/IEC-29500-1] section 21.2) in this presentation behave.

Attributes:

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

Value

Meaning

True

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

False

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

The following W3C XML Schema ([XMLSCHEMA1] 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.3 for the full W3C XML Schema ([XMLSCHEMA1] section 2.1).

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See also

Reference

ChartTrackingReferenceBased members

DocumentFormat.OpenXml.Office15.PowerPoint namespace