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

In This Topic
    Hole Property (ChartDataArray)
    In This Topic
    Returns an Object with the ChartData.Hole value converted to the data type specified by the ChartDataArray.DataType property.
    Syntax
    'Declaration
     
    Public ReadOnly Property Hole As System.Object
    public System.object Hole {get;}
    See Also