ValueAxis Constructor
Include Protected Members
Include Inherited Members
Overload List
Name | Description | |
---|---|---|
ValueAxis() | Initializes a new instance of the ValueAxis class. | |
ValueAxis(String) | Initializes a new instance of the ValueAxis class from outer XML. | |
ValueAxis(array<OpenXmlElement[]) | Initializes a new instance of the ValueAxis class with the specified child elements. | |
ValueAxis(IEnumerable<OpenXmlElement>) | Initializes a new instance of the ValueAxis class with the specified child elements. |
Top