A general purpose property which can contain any user value.
Syntax
object.LegendUser1 [= String]
Properties
The LegendUser1 property syntax has these parts:
Part |
Description |
object |
An object expression that evaluates to an object in the Applies To list. |
String |
A user defined value. |
Remarks
An example of how to set the LegendUser1 property would be:
Set mypen = Chart1.Pens.Item(1)
Chart1.AddLegendItem "USER1", 2, 8
mypen.Legend.legenduser1 = "Square"
Set mypen = Nothing