2D Chart for WinForms | ComponentOne
C1.Win.C1Chart.4.8 Assembly / C1.Win.C1ChartBase Namespace / baseChartAnnotation.baseAnnoTextRectData Structure / baseChartAnnotation.baseAnnoTextRectData Constructor
Specifies the location of the coordinates of the AlarmZone extents data.
The coordinate of the upper-left corner of the AlarmZone extents data rectangle.
The size of AlarmZone extents data rectangle.

In This Topic
    baseChartAnnotation.baseAnnoTextRectData Constructor
    In This Topic
    Creates a new instance of baseChartAnnotation.baseAnnoTextRectData class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal atStart As System.Boolean, _
       ByVal pfRot As System.Drawing.PointF, _
       ByVal rf As System.Drawing.RectangleF _
    )
    public baseChartAnnotation.baseAnnoTextRectData( 
       System.bool atStart,
       System.Drawing.PointF pfRot,
       System.Drawing.RectangleF rf
    )

    Parameters

    atStart
    Specifies the location of the coordinates of the AlarmZone extents data.
    pfRot
    The coordinate of the upper-left corner of the AlarmZone extents data rectangle.
    rf
    The size of AlarmZone extents data rectangle.
    See Also