Annotation.Url Property

Definition

Gets or sets the URL of an annotation.

public:
 virtual property System::String ^ Url { System::String ^ get(); void set(System::String ^ value); };
public virtual string Url { get; set; }
member this.Url : string with get, set
Public Overridable Property Url As String

Property Value

A string value that represents the URL of an annotation.

Implements

Url

Remarks

Special keywords can be used when an annotation is anchored to a data point using the AnchorDataPoint property.

Applies to