ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Rendering.Components.Chart Namespace / PaletteEntry Structure / PaletteEntry Constructor / PaletteEntry Constructor(Byte)
The hatch style of palette entry.

In This Topic
    PaletteEntry Constructor(Byte)
    In This Topic
    Initializes palette entry with specified hatch style.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal style As Byte _
    )
    public PaletteEntry( 
       byte style
    )

    Parameters

    style
    The hatch style of palette entry.
    See Also