[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Extensibility.Rendering.Components.Chart.PaletteEntry

PaletteEntry Struct

Represents a chart palette entry.

Namespace: GrapeCity.ActiveReports.Extensibility.Rendering.Components.Chart
Assembly: MESCIUS.ActiveReports.Core.Rendering.dll
Syntax
public struct PaletteEntry

Constructors

Name Description
PaletteEntry(byte)

Initializes palette entry with specified hatch style.

PaletteEntry(Color)

Initializes a palette entry with the specified color.

Fields

Name Description
Color

Specifies color of the palette entry.

Empty

The empty palette entry.

HatchStyle

Specifies hatch style of the palette entry.

Properties

Name Description
IsHatch

Gets a value indicating whether the entry defines a hatch style.

Methods

Name Description
IsEmpty()

Gets a value indicating whether the properties of the entry are unspecified.

Extension Methods