AfmHighltQueryLegendProperties

This function sets the format for the legend of the (AfmHighltQuery) function.

Syntax

(AfmHighltQueryLegendProperties)

Example

(AfmHighltQueryLegendProperties
   (list
         'T ; Display legend 
                    nil                ; KeyFields (currently not supported)
       'T                 ; Include description field
nil ; All Owners (currently not supported)
'T ; Include Counts
'T ; Include Totals
1 ; SortBy, options are: 0 = None, 1 = ByKey, 2 = ByCount, 3 = ByTotal, 4 = ByValue, 5 = ByDescription
"rm.area" ; Name of the field to total
       0 ; Number of columns (currently not supported)
15.0 ; Text Height
      '(400.0 -300.0) ; Insertion point for the upper left corner of the legend
      'T ; Include a summary row
    )   
)