2D Chart for WinForms | ComponentOne
C1.Win.C1Chart.4.5.2 Assembly / C1.Win.C1Chart Namespace / AxisCompassEditor Class / PaintValue Method / PaintValue(Object,Graphics,Rectangle) Method

In This Topic
    PaintValue(Object,Graphics,Rectangle) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Sub PaintValue( _
       ByVal value As System.Object, _
       ByVal canvas As System.Drawing.Graphics, _
       ByVal rectangle As System.Drawing.Rectangle _
    ) 
    public void PaintValue( 
       System.object value,
       System.Drawing.Graphics canvas,
       System.Drawing.Rectangle rectangle
    )

    Parameters

    value
    canvas
    rectangle
    See Also