combit List & Label 30 - .NET Help
combit.Reporting Namespace / LlCore Class / LlPrintGetChartObjectCount Method

Location of chart



LlPrintGetChartObjectCount Method

Returns the number of chart objects in the current project.

Syntax
'Declaration
 
Public Function LlPrintGetChartObjectCount( _
   ByVal type As LlGetChartObjectCount _
) As Integer
 

Parameters

type

Location of chart

Remarks

type must be one of the following:

Value

Meaning

LL_GETCHARTOBJECTCOUNT_CHARTOBJECTS Returns the number of chart

objects, excluding those placed in table columns.

LL_GETCHARTOBJECTCOUNT_CHARTOBJECTS_BEFORE_TABLE Returns the

number of chart objects before the table in the print order.

LL_GETCHARTOBJECTCOUNT_CHARTCOLUMNS Returns the number of chart

columns.

This function can be used to optimize the printing loop. More hints can be

found in the chart chapter of this manual.

 

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