combit List & Label 29 - .NET Help
combit.Reporting Namespace / LlCore Class / LlDefineChartFieldExt Method

string with the name of the chart field

string with the contents of the chart field

field type



In This Topic
    LlDefineChartFieldExt Method
    In This Topic

    Defines a chart field and its contents. Chart fields are needed e.g. for charts in table columns. You should avoid using this function directly - the ChartFields property offers you a much more powerful way to add data.

    Syntax
    'Declaration
     
    
    Public Sub LlDefineChartFieldExt( _
       ByVal name As String, _
       ByVal value As String, _
       ByVal fieldType As LlFieldType _
    ) 
    public void LlDefineChartFieldExt( 
       string name,
       string value,
       LlFieldType fieldType
    )
    public:
    void LlDefineChartFieldExt( 
       String^ name,
       String^ value,
       LlFieldType fieldType
    ) 

    Parameters

    name

    string with the name of the chart field

    value

    string with the contents of the chart field

    fieldType

    field type

    Requirements

    Platforms: Windows 10 (Version 21H2 - 23H2), Windows 11 (21H2 - 22H2), Windows Server 2016 - 2022
    .NET: .NET Framework 4.8, .NET 6, .NET 7, .NET 8

    See Also