| Visual Basic (Declaration) | |
|---|---|
Overloads Public ReadOnly Property Item( _ ByVal legendName As String _ ) As Legend | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public Legend Item( string legendName ) {get;} | |
Parameters
- legendName
- The name of the legend.
| ActiveReports.Chart | Request technical support |
| Item(String) Property | |
| See Also | |
|
| Visual Basic (Declaration) | |
|---|---|
Overloads Public ReadOnly Property Item( _ ByVal legendName As String _ ) As Legend | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public Legend Item( string legendName ) {get;} | |