Company Events Academic NI Developer Zone Support Solutions Products & Services Contact NI MyNI

Property: Name for LegendItem

DIAdem 2011 Help

Edition Date: July 2011

Part Number: 370859J-01

»View Product Info

Returns the name of the channel property that DIAdem displays in the legend of a 2D axis system in DIAdem VIEW.

Object.Name
ObjectLegendItem
Object with this property
Object.NameString with read and write access

The following example displays the names of all the legend entries in a 2D axis system:

Dim oMyLegends, oMyLegend
Set oMyLegends = View.ActiveSheet.ActiveArea.DisplayObj.LegendItems
For Each oMyLegendItem in oMyLegends
  Call MsgBoxDisp("Name of LegendItem: " & oMyLegendItem.Name)
Next


 

Your Feedback! poor Poor  |  Excellent excellent   Yes No
 Document Quality? 
 Answered Your Question? 
Add Comments 1 2 3 4 5 submit