Hierarchy

Hierarchy

Properties

children?: ReactNode
legendItemMouseEnter?: ((s, e) => void)

Type declaration

legendItemMouseLeave?: ((s, e) => void)

Type declaration

legendItemMouseLeftButtonDown?: ((s, e) => void)

Type declaration

legendItemMouseLeftButtonUp?: ((s, e) => void)

Type declaration

legendItemMouseMove?: ((s, e) => void)

Type declaration

orientation?: string | LegendOrientation

Gets or sets the current Legend object's orientation.

<IgrLegend ref={this.onLegendRef}
orientation="Horizontal" />
textColor?: string

Gets or sets color of text

 <IgrLegend ref={this.onLegendRef}
textColor= "red" />
textStyle?: string

Gets or sets style of text.

 <IgrLegend ref={this.onLegendRef}
textStyle= "9pt Verdana" />