ComponentOne FlexChart for WinForms
Location Property


C1.Win.Chart.Annotation Namespace > AnnotationBase Class : Location Property
Gets or sets the location of annotation.
Syntax
'Declaration
 
Public Property Location As PointF
'Usage
 
Dim instance As AnnotationBase
Dim value As PointF
 
instance.Location = value
 
value = instance.Location
public PointF Location {get; set;}
See Also

Reference

AnnotationBase Class
AnnotationBase Members