ChartDirector 7.1 (.NET Edition)

LegendBox.setReverse


Usage

[C#]public void setReverse([ bool b ]);
[VB]Public Sub setReverse([ b As Boolean ])

Description

Reverses the ordering of the legend entries.

By default, the legend entries are ordered based on ascending legend entry priority number. This method can be used to change the ordering to following descending legend entry priority number instead.

See LegendBox for more information on legend entry priority system.

Arguments

ArgumentDefaultDescription
btrueA true value means the legend entries are ordered based on descending legend entry priority number. false value means the legend entries are ordered based on ascending legend entry priority number.

Return Value

None