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

In This Topic
    DateHole Property
    In This Topic
    A value that indicates the date hole value.
    Syntax
    'Declaration
     
    Public Property DateHole As System.Nullable(Of Date)
    public System.Nullable<DateTime> DateHole {get; set;}
    See Also