Share via


CX.data Field

Definition

Represents the cx:data XML element.

public static readonly System.Xml.Linq.XName data;
 staticval mutable data : System.Xml.Linq.XName
Public Shared ReadOnly data As XName 

Field Value

Remarks

As an XML element, it:

  • has the following parent XML elements: chartData.
  • has the following child XML elements: extLst, numDim, strDim.
  • has the following XML attributes: id.
  • corresponds to the following strongly-typed classes: Data.

Applies to