ChartDirector 7.0 (Python Edition)

LegendBox.addKey2


Usage

addKey2(pos, text, color [, lineWidth [, drawarea ]])

Description

Adds a custom entry to the legend box with a given legend entry priority.

See LegendBox for more information on legend entry priority system.

Arguments

ArgumentDefaultDescription
pos(Mandatory)The legend entry priority
text(Mandatory)The text of the legend entry.
color(Mandatory)The icon color of the legend entry.
lineWidth0The line width for legend entry that represents lines in line charts.
drawarea[Null]A DrawArea containing the data symbol represents the legend entry. This is primarily used for legend entries in line charts with data symbols, or in scatter charts.

Return Value

None