combit List & Label 30 - .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



LlDefineChartFieldExt Method

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 _
) 
 

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 8, .NET 9

See Also