ComponentOne Reports for WPF
C1.C1Rdl.Rdl2008 Namespace / ChartElementPosition Class / ChartElementPosition Constructor / ChartElementPosition Constructor(RdlFloat,RdlFloat,RdlFloat,RdlFloat)
Value assigned to the ChartElementPosition.Left property.
Value assigned to the ChartElementPosition.Top property.
Value assigned to the ChartElementPosition.Width property.
Value assigned to the ChartElementPosition.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 ChartElementPosition.Left property.
    top
    Value assigned to the ChartElementPosition.Top property.
    width
    Value assigned to the ChartElementPosition.Width property.
    height
    Value assigned to the ChartElementPosition.Height property.
    See Also