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

In This Topic
    Pen Property
    In This Topic
    Gets or sets the pen that will be used for data plotting.
    Syntax
    'Declaration
     
    Public Property Pen As System.Drawing.Pen
    public System.Drawing.Pen Pen {get; set;}
    See Also