ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Rendering.Components.Chart Namespace / PaletteEntry Structure / IsEmpty Method

In This Topic
    IsEmpty Method (PaletteEntry)
    In This Topic
    Gets a value indicating whether the properties of the entry are unspecified.
    Syntax
    'Declaration
     
    Public Function IsEmpty() As Boolean
    public bool IsEmpty()

    Return Value

    A System.Boolean value. true if the properties of the entry are unspecified; otherwise, false.
    See Also