2D Chart for WinForms | ComponentOne
C1.Win.C1Chart.4.5.2 Assembly / C1.Win.C1Chart Namespace / DrawDataSeriesEventArgs Class / Bounds Property

In This Topic
    Bounds Property (DrawDataSeriesEventArgs)
    In This Topic
    Gets the rectangular area in which the data series will be plotted.
    Syntax
    'Declaration
     
    Public ReadOnly Property Bounds As System.Drawing.RectangleF
    public System.Drawing.RectangleF Bounds {get;}
    See Also