Optional childrenOptional legendOptional legendEvent raised when the mouse pointer leaves a legend item of this legend.
Optional legendEvent raised when the left mouse button is pressed while the mouse pointer is over a legend item in this Legend.
Optional legendEvent raised when the left mouse button is released while the mouse pointer is over a legend item in this Legend.
Optional legendEvent raised when the mouse pointer moves over a legend item of this legend.
Optional legendEvent raised when this legend's required size changes.
Optional orientationGets or sets the current Legend object's orientation.
<IgrLegend ref={this.onLegendRef}
orientation="Horizontal" />
Optional textGets or sets color of text
<IgrLegend ref={this.onLegendRef}
textColor= "red" />
Optional textGets or sets style of text.
<IgrLegend ref={this.onLegendRef}
textStyle= "9pt Verdana" />
Event raised when the mouse pointer enters a legend item of this legend.