ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.DataVisualization.Chart Namespace / _RotatedLine Class / _RotatedLine Constructor

In This Topic
    _RotatedLine Constructor
    In This Topic
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal cx As Double, _
       ByVal cy As Double, _
       ByVal leftwidth As Double, _
       ByVal rightwidth As Double, _
       ByVal angle As Double _
    )
    public _RotatedLine( 
       double cx,
       double cy,
       double leftwidth,
       double rightwidth,
       double angle
    )

    Parameters

    cx
    cy
    leftwidth
    rightwidth
    angle
    See Also