2D Chart for WinForms | ComponentOne
C1.Win.C1Chart.4.8 Assembly / C1.Win.C1Chart Namespace / PostDrawSeriesEventArgs Class / Graphics Property

In This Topic
    Graphics Property
    In This Topic
    Gets the Graphics object used to paint.
    Syntax
    'Declaration
     
    Public ReadOnly Property Graphics As System.Drawing.Graphics
    public System.Drawing.Graphics Graphics {get;}
    See Also