Xceed Words for .NET v5.1 Documentation
Xceed.Document.NET Assembly / Xceed.Document.NET Namespace / SerieAxis Class / CreateSerAxXml Method


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

    Parameters

    id
    axPos
    crossAx
    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