AxisTitle Class

Definition

Defines the AxisTitle Class.

This class is available in Office 2013 and above.

When the object is serialized out as xml, it's qualified name is cs:axisTitle.

public class AxisTitle : DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleEntry
[DocumentFormat.OpenXml.OfficeAvailability(DocumentFormat.OpenXml.FileFormatVersions.Office2013)]
[DocumentFormat.OpenXml.SchemaAttr(65, "axisTitle")]
public class AxisTitle : DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleEntry
[DocumentFormat.OpenXml.SchemaAttr(65, "axisTitle")]
public class AxisTitle : DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleEntry
[DocumentFormat.OpenXml.SchemaAttr("cs:axisTitle")]
public class AxisTitle : DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleEntry
[DocumentFormat.OpenXml.OfficeAvailability(DocumentFormat.OpenXml.FileFormatVersions.Office2013)]
public class AxisTitle : DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleEntry
type AxisTitle = class
    inherit StyleEntry
[<DocumentFormat.OpenXml.OfficeAvailability(DocumentFormat.OpenXml.FileFormatVersions.Office2013)>]
[<DocumentFormat.OpenXml.SchemaAttr(65, "axisTitle")>]
type AxisTitle = class
    inherit StyleEntry
[<DocumentFormat.OpenXml.SchemaAttr(65, "axisTitle")>]
type AxisTitle = class
    inherit StyleEntry
[<DocumentFormat.OpenXml.SchemaAttr("cs:axisTitle")>]
type AxisTitle = class
    inherit StyleEntry
[<DocumentFormat.OpenXml.OfficeAvailability(DocumentFormat.OpenXml.FileFormatVersions.Office2013)>]
type AxisTitle = class
    inherit StyleEntry
Public Class AxisTitle
Inherits StyleEntry
Inheritance
Inheritance
Attributes

Remarks

2.5.96 CT_StyleEntry

Target namespace: http://schemas.microsoft.com/office/drawing/2012/chartStyle

Referenced by: CT_ChartStyle

This complex type specifies the default formatting for a single type of element on a chart.<157> This element allows for properties to be explicitly specified or hold references to the document's theme.

Child Elements:

lnRef: A CT_StyleReference element that specifies a reference to a line style within the style matrix.

lineWidthScale: A double ([XMLSCHEMA1] section 2.1) element that specifies a multiplier to apply to the line width.

fillRef: A CT_StyleReference element that specifies a reference to a fill style within the style matrix.

effectRef: A CT_StyleReference element that specifies a reference to an effect style within the style matrix.

fontRef: A CT_FontReference element that specifies a reference to a themed font.

spPr: A CT_ShapeProperties ([ISO/IEC-29500-1] section A.4.1) element that specifies visual shape properties of the part of the chart associated with this CT_StyleEntry. These properties override properties that are specified by fillRef, lnRef and effectRef.

If a CT_SchemeColor ([ISO/IEC-29500-1] section A.4.1) element within this element’s child CT_FillProperties ([ISO/IEC-29500-1] section A.4.1) element has a value of phClr, then the color is resolved by replacing it with the color specified by fillRef.

If a CT_SchemeColor ([ISO/IEC-29500-1] section A.4.1) element within this element’s child CT_LineProperties ([ISO/IEC-29500-1] section A.4.1) element has a value of phClr, then the color is resolved by replacing it with the color specified by lnRef.

If a CT_SchemeColor ([ISO/IEC-29500-1] section A.4.1) element within this element’s child CT_EffectProperties ([ISO/IEC-29500-1] section A.4.1) or CT_Shape3D ([ISO/IEC-29500-1] section A.4.1) element has a value of phClr, then the color is resolved by replacing it with the color specified by effectRef.

defRPr: A CT_TextCharacterProperties ([ISO/IEC-29500-1] section A.4.1) element that specifies the default text character properties for a text body on a chart which is associated with this CT_StyleEntry. If a CT_SchemeColor ([ISO/IEC-29500-1] section A.4.1) element within this element has a value of phClr, then the color is resolved by replacing it with the color specified by fontRef.

bodyPr: A CT_TextBodyProperties ([ISO/IEC-29500-1] section A.4.1) element that specifies the body properties for a text body on a chart that is associated with this CT_StyleEntry.

extLst: A CT_OfficeArtExtensionList ([ISO/IEC-29500-1] section A.4.1) element that specifies the extension list in which all future extensions of element type ext is defined. The extension list, along with corresponding future extensions, is used to extend the storage capabilities of the DrawingML framework. This enables various types of data to be stored natively in the framework.

Attributes:

mods: An ST_StyleEntryModifierList attribute that specifies modifiers for this style entry.

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

<xsd:complexType name="CT_StyleEntry">

<xsd:sequence>

<xsd:element name="lnRef" type="CT_StyleReference" minOccurs="1" maxOccurs="1"/>

<xsd:element name="lineWidthScale" type="xsd:double" minOccurs="0" maxOccurs="1" default="1.0"/>

<xsd:element name="fillRef" type="CT_StyleReference" minOccurs="1" maxOccurs="1"/>

<xsd:element name="effectRef" type="CT_StyleReference" minOccurs="1" maxOccurs="1"/>

<xsd:element name="fontRef" type="CT_FontReference" minOccurs="1" maxOccurs="1"/>

<xsd:element name="spPr" type="a:CT_ShapeProperties" minOccurs="0" maxOccurs="1"/>

<xsd:element name="defRPr" type="a:CT_TextCharacterProperties" minOccurs="0" maxOccurs="1"/>

<xsd:element name="bodyPr" type="a:CT_TextBodyProperties" minOccurs="0" maxOccurs="1"/>

<xsd:element name="extLst" type="a:CT_OfficeArtExtensionList" minOccurs="0" maxOccurs="1"/>

</xsd:sequence>

<xsd:attribute name="mods" type="ST_StyleEntryModifierList" use="optional"/>

</xsd:complexType>

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

Constructors

AxisTitle()

Initializes a new instance of the AxisTitle class.

AxisTitle(IEnumerable<OpenXmlElement>)

Initializes a new instance of the AxisTitle class with the specified child elements.

AxisTitle(OpenXmlElement[])

Initializes a new instance of the AxisTitle class with the specified child elements.

AxisTitle(String)

Initializes a new instance of the AxisTitle class from outer XML.

Properties

ChildElements

Gets all the child nodes of the current element.

(Inherited from OpenXmlElement)
EffectReference

EffectReference.

Represents the following element tag in the schema: cs:effectRef.

(Inherited from StyleEntry)
ExtendedAttributes

Gets all extended attributes (attributes not defined in the schema) of the current element.

(Inherited from OpenXmlElement)
Features

Gets a IFeatureCollection for the current element. This feature collection will be read-only, but will inherit features from its parent part and package if available.

(Inherited from OpenXmlElement)
FillReference

FillReference.

Represents the following element tag in the schema: cs:fillRef.

(Inherited from StyleEntry)
FirstChild

Gets the first child of the current OpenXmlElement element.

(Inherited from OpenXmlCompositeElement)
FontReference

FontReference.

Represents the following element tag in the schema: cs:fontRef.

(Inherited from StyleEntry)
HasAttributes

Gets a value indicating whether the current element has any attributes.

(Inherited from OpenXmlElement)
HasChildren

Gets a value that indicates whether the current element has any child elements.

(Inherited from OpenXmlCompositeElement)
InnerText

Gets or sets the concatenated values of the current node and all of its children.

(Inherited from OpenXmlCompositeElement)
InnerXml

Gets or sets the markup that represents only the child nodes of the current node.

(Inherited from OpenXmlCompositeElement)
LastChild

Gets the last child of the current OpenXmlElement element. Returns null (Nothing in Visual Basic) if there is no such OpenXmlElement element.

(Inherited from OpenXmlCompositeElement)
LineReference

LineReference.

Represents the following element tag in the schema: cs:lnRef.

(Inherited from StyleEntry)
LineWidthScale

LineWidthScale.

Represents the following element tag in the schema: cs:lineWidthScale.

(Inherited from StyleEntry)
LocalName
LocalName

Gets the local name of the current element.

(Inherited from OpenXmlElement)
MCAttributes

Gets or sets the markup compatibility attributes. Returns null if no markup compatibility attributes are defined for the current element.

(Inherited from OpenXmlElement)
Modifiers

mods, this property is only available in Office 2013 and later.

Represents the following attribute in the schema: mods

(Inherited from StyleEntry)
NamespaceDeclarations

Gets all the namespace declarations defined in the current element. Returns an empty enumerator if there is no namespace declaration.

(Inherited from OpenXmlElement)
NamespaceUri

Gets the namespace URI of the current element.

(Inherited from OpenXmlElement)
OfficeArtExtensionList

OfficeArtExtensionList.

Represents the following element tag in the schema: cs:extLst.

(Inherited from StyleEntry)
OpenXmlElementContext

Gets the OpenXmlElementContext of the current element.

(Inherited from OpenXmlElement)
OuterXml

Gets the markup that represents the current element and all of its child elements.

(Inherited from OpenXmlElement)
Parent

Gets the parent element of the current element.

(Inherited from OpenXmlElement)
Prefix

Gets the namespace prefix of current element.

(Inherited from OpenXmlElement)
ShapeProperties

ShapeProperties.

Represents the following element tag in the schema: cs:spPr.

(Inherited from StyleEntry)
TextBodyProperties

TextBodyProperties.

Represents the following element tag in the schema: cs:bodyPr.

(Inherited from StyleEntry)
TextCharacterPropertiesType

TextCharacterPropertiesType.

Represents the following element tag in the schema: cs:defRPr.

(Inherited from StyleEntry)
XmlQualifiedName

Gets the qualified name of the current element.

(Inherited from OpenXmlElement)
XName

Gets the qualified name of the current element.

(Inherited from OpenXmlElement)

Methods

AddAnnotation(Object)

Adds an object to the current OpenXmlElement element's list of annotations.

(Inherited from OpenXmlElement)
AddChild(OpenXmlElement, Boolean)

Adds the specified element to the element if it is a known child. This adds the element in the correct location according to the schema.

(Inherited from OpenXmlCompositeElement)
AddNamespaceDeclaration(String, String)

Adds a namespace declaration to the current node.

(Inherited from OpenXmlElement)
Ancestors()

Enumerates all of the current element's ancestors.

(Inherited from OpenXmlElement)
Ancestors<T>()

Enumerates only the current element's ancestors that have the specified type.

(Inherited from OpenXmlElement)
Annotation(Type)

Get the first annotation object of the specified type from the current OpenXmlElement element.

(Inherited from OpenXmlElement)
Annotation<T>()

Get the first annotation object of the specified type from the current OpenXmlElement element.

(Inherited from OpenXmlElement)
Annotations(Type)

Gets a collection of annotations with the specified type for the current OpenXmlElement element.

(Inherited from OpenXmlElement)
Annotations<T>()

Gets a collection of annotations with the specified type for the current OpenXmlElement element.

(Inherited from OpenXmlElement)
Append(IEnumerable<OpenXmlElement>)

Appends each element from a list of elements to the end of the current element's list of child elements.

(Inherited from OpenXmlElement)
Append(OpenXmlElement[])

Appends each element from an array of elements to the end of the current element's list of child elements.

(Inherited from OpenXmlElement)
AppendChild<T>(T)

Appends the specified element to the end of the current element's list of child nodes.

(Inherited from OpenXmlCompositeElement)
ClearAllAttributes()

Clears all of the attributes, including both known attributes and extended attributes.

(Inherited from OpenXmlElement)
Clone()

Creates a duplicate of the current node.

(Inherited from OpenXmlElement)
CloneNode(Boolean)

Creates a duplicate of this node.

Descendants()

Enumerates all of the current element's descendants.

(Inherited from OpenXmlElement)
Descendants<T>()

Enumerate all of the current element's descendants of type T.

(Inherited from OpenXmlElement)
Elements()

Enumerates all of the current element's children.

(Inherited from OpenXmlElement)
Elements<T>()

Enumerates only the current element's children that have the specified type.

(Inherited from OpenXmlElement)
ElementsAfter()

Enumerates all of the sibling elements that follow the current element and have the same parent as the current element.

(Inherited from OpenXmlElement)
ElementsBefore()

Enumerates all of the sibling elements that precede the current element and have the same parent as the current element.

(Inherited from OpenXmlElement)
GetAttribute(String, String)

Gets an Open XML attribute with the specified tag name and namespace URI.

(Inherited from OpenXmlElement)
GetAttributes()

Gets a list that contains a copy of all the attributes.

(Inherited from OpenXmlElement)
GetEnumerator()

Returns an enumerator that iterates through the child collection.

(Inherited from OpenXmlElement)
GetFirstChild<T>()

Finds the first child element in type T.

(Inherited from OpenXmlElement)
InsertAfter<T>(T, OpenXmlElement)

Inserts the specified element immediately after the specified reference element.

(Inherited from OpenXmlCompositeElement)
InsertAfterSelf<T>(T)

Inserts the specified element immediately after the current element.

(Inherited from OpenXmlElement)
InsertAt<T>(T, Int32)

Inserts the specified element at the specified index of the current element's children.

(Inherited from OpenXmlCompositeElement)
InsertBefore<T>(T, OpenXmlElement)

Inserts the specified element immediately before the specified reference element.

(Inherited from OpenXmlCompositeElement)
InsertBeforeSelf<T>(T)

Inserts the specified element immediately before the current element.

(Inherited from OpenXmlElement)
IsAfter(OpenXmlElement)

Determines if the current element appears after a specified element in document order.

(Inherited from OpenXmlElement)
IsBefore(OpenXmlElement)

Determines if the current element appears before a specified element in document order.

(Inherited from OpenXmlElement)
LookupNamespace(String)

Resolves the namespace prefix in the context of the current node.

(Inherited from OpenXmlElement)
LookupPrefix(String)

Finds the corresponding prefix for a namespace uri in the current element scope.

(Inherited from OpenXmlElement)
NextSibling()

Gets the OpenXmlElement element that immediately follows the current OpenXmlElement element. Returns null (Nothing in Visual Basic) if there is no next OpenXmlElement element.

(Inherited from OpenXmlElement)
NextSibling<T>()

Gets the OpenXmlElement element with the specified type that follows the current OpenXmlElement element. Returns null (Nothing in Visual Basic) if there is no next OpenXmlElement.

(Inherited from OpenXmlElement)
PrependChild<T>(T)

Inserts the specified element at the beginning of the current element's list of child nodes.

(Inherited from OpenXmlCompositeElement)
PreviousSibling()

Gets the OpenXmlElement element that immediately precedes the current OpenXmlElement element. Returns null (Nothing in Visual Basic ) if there is no preceding OpenXmlElement element.

(Inherited from OpenXmlElement)
PreviousSibling<T>()

Gets the OpenXmlElement element with the specified type that precedes the current OpenXmlElement. Returns null (Nothing in Visual Basic) if there is no preceding OpenXmlElement element.

(Inherited from OpenXmlElement)
Remove()

Removes the current element from its parent.

(Inherited from OpenXmlElement)
RemoveAllChildren()

Removes all of the current element's child elements.

(Inherited from OpenXmlCompositeElement)
RemoveAllChildren<T>()

Remove all of the current element's child elements that are of type T.

(Inherited from OpenXmlElement)
RemoveAnnotations(Type)

Removes the annotations of the specified type from the current OpenXmlElement element.

(Inherited from OpenXmlElement)
RemoveAnnotations<T>()

Removes the annotations with the specified type from the current OpenXmlElement element.

(Inherited from OpenXmlElement)
RemoveAttribute(String, String)

Removes the attribute from the current element.

(Inherited from OpenXmlElement)
RemoveChild<T>(T)

Removes the specified child element.

(Inherited from OpenXmlCompositeElement)
RemoveNamespaceDeclaration(String)

Removes the namespace declaration for the specified prefix. Removes nothing if there is no prefix.

(Inherited from OpenXmlElement)
ReplaceChild<T>(OpenXmlElement, T)

Replaces one of the current element's child elements with another OpenXmlElement element.

(Inherited from OpenXmlCompositeElement)
SetAttribute(OpenXmlAttribute)

Sets an attribute to the specified element. If the attribute is a known attribute, the value of the attribute is set. If the attribute is an extended attribute, the 'openxmlAttribute' is added to the extended attributes list.

(Inherited from OpenXmlElement)
SetAttributes(IEnumerable<OpenXmlAttribute>)

Sets a number of attributes to the element. If an attribute is a known attribute, the value of the attribute is set. If an attribute is an extended attribute, the 'openxmlAttribute' is added to the extended attributes list.

(Inherited from OpenXmlElement)
WriteTo(XmlWriter)

Saves the current node to the specified XmlWriter.

(Inherited from OpenXmlElement)

Explicit Interface Implementations

IEnumerable.GetEnumerator() (Inherited from OpenXmlElement)
IEnumerable<OpenXmlElement>.GetEnumerator()

Returns an enumerator that iterates through the child collection.

(Inherited from OpenXmlElement)

Applies to