Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Rdl.Rdl2008 Namespace / ChartElementPosition Class / ChartElementPosition Constructor / ChartElementPosition Constructor(RdlFloat,RdlFloat,RdlFloat,RdlFloat)
Value assigned to the Left property.
Value assigned to the Top property.
Value assigned to the Width property.
Value assigned to the Height property.

In This Topic
    ChartElementPosition Constructor(RdlFloat,RdlFloat,RdlFloat,RdlFloat)
    In This Topic
    Initializes a new instance of the ChartElementPosition class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal left As RdlFloat, _
       ByVal top As RdlFloat, _
       ByVal width As RdlFloat, _
       ByVal height As RdlFloat _
    )
    public ChartElementPosition( 
       RdlFloat left,
       RdlFloat top,
       RdlFloat width,
       RdlFloat height
    )

    Parameters

    left
    Value assigned to the Left property.
    top
    Value assigned to the Top property.
    width
    Value assigned to the Width property.
    height
    Value assigned to the Height property.
    See Also