Adds Reference and Value attributes on the legend layer.
Syntax: |
|---|
| FWizLegend.DrawAttributes(bSwitchPosition=false) |
Parameters
| Parameter | Description |
|---|---|
| bSwitchPosition | Specify true to change the position of the attributes. |
Return Value
If an error occurs it returns false otherwise it returns true.
Example
Copy code
|
|
|---|---|
var ctx = FWiz.GetLegendCtx();
ctx.DrawAttributes();
|
|
