Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread.Chart Namespace / SpreadChart Class / GetCustomNames Method
The data model.


In This Topic
    GetCustomNames Method
    In This Topic
    Gets the custom names.
    Syntax
    'Declaration
     
    
    Public Shared Function GetCustomNames( _
       ByVal dataModel As ISheetDataModel _
    ) As Hashtable
    'Usage
     
    
    Dim dataModel As ISheetDataModel
    Dim value As Hashtable
     
    value = SpreadChart.GetCustomNames(dataModel)
    public static Hashtable GetCustomNames( 
       ISheetDataModel dataModel
    )

    Parameters

    dataModel
    The data model.
    See Also