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

Property: Width for LegendItem

DIAdem 2011 Help

Edition Date: July 2011

Part Number: 370859J-01

»View Product Info

Specifies the column width of a legend entry in a 2D axis system in DIAdem VIEW.

Object.Width
Object LegendItem
Object with this property
Object.Width LongInteger with read and write access

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

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


 

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