[C#] | public void setReverse([ bool b ]); |
[VB] | Public Sub setReverse([ b As Boolean ]) |
ChartDirector 7.1 (.NET Edition)
LegendBox.
Usage
[C#] | public void setReverse([ bool b ]); |
[VB] | Public Sub setReverse([ b As Boolean ]) |
Description
Arguments
Argument | Default | Description |
---|---|---|
b | true | A 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