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

In This Topic
    IsHatch Property
    In This Topic
    Gets a value indicating whether the entry defines a hatch style.
    Syntax
    'Declaration
     
    Public ReadOnly Property IsHatch As Boolean
    public bool IsHatch {get;}

    Property Value

    A System.Boolean value. true if the entry defines a hatch style; otherwise, false.
    See Also