2D Chart for WinForms | ComponentOne
C1.Win.C1Chart.4.8 Assembly / C1.Win.C1ChartBase Namespace / baseChartAnnotation Class / getAnnoExtents Method
Provides chart annotation text parameters.

In This Topic
    getAnnoExtents Method
    In This Topic
    Calculates the size of AlarmZone extents data rectangle.
    Syntax
    'Declaration
     
    Public Function getAnnoExtents( _
       ByVal atd As baseChartAnnotation.baseAnnoTextRectData _
    ) As System.Drawing.RectangleF
    public System.Drawing.RectangleF getAnnoExtents( 
       baseChartAnnotation.baseAnnoTextRectData atd
    )

    Parameters

    atd
    Provides chart annotation text parameters.

    Return Value

    The size of extents data rectangle.
    See Also