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