Xceed Chart for WinForms v4.4 Documentation
Xceed.Chart.Utilities.v4.4 Assembly / Xceed.Chart.Utilities Namespace / HistoryOperationStack Class / GetOperationDescription Method
the index of the operation


In This Topic
    GetOperationDescription Method
    In This Topic
    Retrieves a human readable desciption of the operation at the specified index
    Syntax
    'Declaration
     
    Public Function GetOperationDescription( _
       ByVal index As Integer _
    ) As String
    'Usage
     
    Dim instance As HistoryOperationStack
    Dim index As Integer
    Dim value As String
     
    value = instance.GetOperationDescription(index)
    public string GetOperationDescription( 
       int index
    )

    Parameters

    index
    the index of the operation
    Requirements

    Target Platforms: Windows 7, 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