Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Rdl.Rdl2008 Namespace / Chart Class / NoDataMessage Property

In This Topic
    NoDataMessage Property
    In This Topic
    Gets ChartNoDataMessage object defining title to display if the chart contains no data.
    Syntax
    'Declaration
     
    Public ReadOnly Property NoDataMessage As ChartNoDataMessage
    public ChartNoDataMessage NoDataMessage {get;}
    See Also