ComponentOne BubbleChart for ASP.NET Web Forms
C1.Web.Wijmo.Controls.4 Assembly / C1.Web.Wijmo.Controls.C1Chart Namespace / ChartHole Class / NumericHole Property

In This Topic
    NumericHole Property
    In This Topic
    A value that indicates the numeric hole value.
    Syntax
    'Declaration
     
    Public Property NumericHole As System.Nullable(Of Double)
    public System.Nullable<double> NumericHole {get; set;}
    See Also