VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Office.OpenXml.Editor Namespace / OpenXmlDocumentChartData Class
In This Topic
OpenXmlDocumentChartData Class Methods
In This Topic
For a list of all methods of this type, see OpenXmlDocumentChartData.
Public Methods
 NameDescription
Public MethodOverloaded. Appends the specified content to the children of this element. (Inherited from OpenXmlDocumentElement)
Public MethodClones this element. (Inherited from OpenXmlDocumentElement)
Public MethodReturns a value indicating whether this element contains the text. (Inherited from OpenXmlDocumentElement)
Public MethodFinds the first element of specified type after this element. (Inherited from OpenXmlDocumentElement)
Public MethodFinds the first element of specified type before this element. (Inherited from OpenXmlDocumentElement)
Public MethodFinds the specified text. (Inherited from OpenXmlDocumentElement)
Public MethodFinds the specified text at specified index. (Inherited from OpenXmlDocumentElement)
Public MethodReturns chart data as a data table.
Public MethodReturns the series, categories and data values.
Public MethodReturns an enumerator that iterates through the collection. (Inherited from OpenXmlDocumentElement)
Public MethodReturns the first child (of specified type) of this element. (Inherited from OpenXmlDocumentElement)
Public MethodReturns the last child (of specified type) of this element. (Inherited from OpenXmlDocumentElement)
Public MethodReturns the parent (of specified type) of this element. (Inherited from OpenXmlDocumentElement)
Public MethodOverloaded. Returns all series of this chart data.
Public MethodOverloaded. Returns the text content of this element. (Inherited from OpenXmlDocumentElement)
Public MethodReturns the text properties. (Inherited from OpenXmlDocumentElement)
Public MethodReturns text subregion that corresponds to this element in specified text region. (Inherited from OpenXmlDocumentElement)
Public MethodInserts a copy of this element after this element. (Inherited from OpenXmlDocumentElement)
Public MethodInserts a copy of this element before this element. (Inherited from OpenXmlDocumentElement)
Public MethodThis method is unsupported.
Public MethodRemoves all children of this element. (Inherited from OpenXmlDocumentElement)
Public MethodReplaces all occurrences of specified string in Text. (Inherited from OpenXmlDocumentElement)
Public MethodSelects all child elements of specified type. (Inherited from OpenXmlDocumentElement)
Public MethodOverloaded. Sets the chart data values.
Public MethodSets the fill color of this element. (Inherited from OpenXmlDocumentElement)
Public MethodSets chart data from data table.
Public MethodOverloaded. Sets the text properties. (Inherited from OpenXmlDocumentElement)
Public MethodReturns a System.String that represents this instance.
See Also