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

In This Topic
    Hole Property (ChartCoordHolder)
    In This Topic
    Gets the current value of the data hole as specified by the parent object.
    Syntax
    'Declaration
     
    Public ReadOnly Property Hole As System.Double
    public System.double Hole {get;}
    Remarks
    This property can be used to specify a data hole with a double datatype.
    See Also