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

Location of chart



In This Topic
    LlPrintGetChartObjectCount Method
    In This Topic

    Returns the number of chart objects in the current project.

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

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

    See Also