Share via


AxisProperties class

Defines the AxisProperties class.

Inheritance hierarchy

System.Object
  DocumentFormat.OpenXml.OpenXmlElement
    DocumentFormat.OpenXml.OpenXmlLeafElement
      DocumentFormat.OpenXml.Office15.Drawing.ChartStyle.AxisProperties
        DocumentFormat.OpenXml.Office15.Drawing.ChartStyle.CategoryAxisProperties
        DocumentFormat.OpenXml.Office15.Drawing.ChartStyle.SeriesAxisProperties
        DocumentFormat.OpenXml.Office15.Drawing.ChartStyle.ValueAxisProperties

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

Syntax

'Declaration
Public MustInherit Class AxisProperties _
    Inherits OpenXmlLeafElement
'Usage
Dim instance As AxisProperties
public abstract class AxisProperties : OpenXmlLeafElement

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

AxisProperties members

DocumentFormat.OpenXml.Office15.Drawing.ChartStyle namespace