Share via


AutoGeneneratedCategories class

Defines the AutoGeneneratedCategories Class.This class is only available in O15. When the object is serialized out as xml, its qualified name is c15:autoCat.

Inheritance hierarchy

System.Object
  DocumentFormat.OpenXml.OpenXmlElement
    DocumentFormat.OpenXml.OpenXmlLeafElement
      DocumentFormat.OpenXml.Office15.Drawing.Chart.BooleanType
        DocumentFormat.OpenXml.Office15.Drawing.Chart.AutoGeneneratedCategories

Namespace:  DocumentFormat.OpenXml.Office15.Drawing.Chart
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

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

Remarks

2.3.62 autoCat

Target namespace: https://schemas.microsoft.com/office/drawing/2012/chart

autoCat is a CT_Boolean ([MS-ODRAWXML] section 2.5.48) element that specifies whether the captions of the data points in this chart series ([ISO/IEC-29500-1] section 21.2) were automatically generated.

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

<xsd:element name="autoCat" type="c:CT_Boolean"/>

See section 5.14 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

AutoGeneneratedCategories members

DocumentFormat.OpenXml.Office15.Drawing.Chart namespace