2D Chart for WinForms | ComponentOne
C1.Win.C1Chart.4.5.2 Assembly / C1.Win.C1Chart Namespace / ChartData Class / SetHole Method

In This Topic
    SetHole Method
    In This Topic
    Sets the data hole value, performing appropriate conversions from the passed object to the internal double storage value.
    Syntax
    'Declaration
     
    Public Sub SetHole( _
       ByVal o As System.Object _
    ) 
    public void SetHole( 
       System.object o
    )

    Parameters

    o
    Remarks
    This method sets the hole value by passing any appropriate data type. The passed object is appropriately converted to the internal store value – a double. The hole property can also be used to set the hole value, but only accepts double values.
    See Also