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

specifies the chart type for which data is available



In This Topic
    LlPrintDeclareChartRow Method
    In This Topic

    This function is used to inform the chart objects contained in the project that data is available. It is the logical counterpart of LlPrintFields() for charts.

    Syntax
    'Declaration
     
    
    Public Sub LlPrintDeclareChartRow( _
       ByVal flags As LlDeclareChartRow _
    ) 
    public void LlPrintDeclareChartRow( 
       LlDeclareChartRow flags
    )
    public:
    void LlPrintDeclareChartRow( 
       LlDeclareChartRow flags
    ) 

    Parameters

    flags

    specifies the chart type for which data is available

    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