Gets the current value of the data hole as specified by the parent object.

Namespace:  C1.Win.C1Chart
Assembly:  C1.Win.C1Chart.2 (in C1.Win.C1Chart.2.dll)

Syntax

C#
[BrowsableAttribute(false)]
public double Hole { get; }
Visual Basic
<BrowsableAttribute(False)> _
Public ReadOnly Property Hole As Double
	Get

Remarks

This property can be used to specify a data hole with a double datatype.

See Also