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

In This Topic
    Hole Property (ChartData)
    In This Topic
    Gets or sets the data hole value.
    Syntax
    'Declaration
     
    Public Property Hole As System.Double
    public System.double Hole {get; set;}
    Remarks
    Data holes are used as placeholders for data points that indicate data is normally present but not in this case.
    See Also