Xceed Words for .NET v5.1 Documentation
Xceed.Document.NET Assembly / Xceed.Document.NET Namespace / CategoryAxis Class / CreateCatAxXml Method


In This Topic
    CreateCatAxXml Method
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Function CreateCatAxXml( _
       ByVal id As String, _
       ByVal axPos As AxisPosition, _
       ByVal crossAxId As String _
    ) As XElement
    'Usage
     
    Dim id As String
    Dim axPos As AxisPosition
    Dim crossAxId As String
    Dim value As XElement
     
    value = CategoryAxis.CreateCatAxXml(id, axPos, crossAxId)
    public static XElement CreateCatAxXml( 
       string id,
       AxisPosition axPos,
       string crossAxId
    )

    Parameters

    id
    axPos
    crossAxId
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows, 11, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also