| Visual Basic (Declaration) | |
|---|---|
Public Property URL As String | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public string URL {get; set;} | |
Return Value
A string representing the url of this annotation.Usage example.
| Visual Basic | Copy Code |
|---|---|
MyAnnotation.URL = "dotnetcharting.com" | |
| C# | Copy Code |
|---|---|
myAnnotation.URL = "dotnetcharting.com"; | |