ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.DataVisualization.Chart Namespace / _Render Class / createGroup Method

In This Topic
    createGroup Method (_Render)
    In This Topic
    Syntax
    'Declaration
     
    Public Function createGroup( _
       ByVal className As String, _
       ByVal clipping As IRegion, _
       ByVal transform As IMatrix, _
       ByVal viewport As IRectangle, _
       ByVal width As Double, _
       ByVal height As Double, _
       ByVal offsetX As Double, _
       ByVal offsetY As Double, _
       Optional ByVal callbackDrawContent As CallbackGroupContentDraw _
    ) As IReferenceGroupRenderEngineElement

    Parameters

    className
    clipping
    transform
    viewport
    width
    height
    offsetX
    offsetY
    callbackDrawContent
    See Also