ComponentOne FinancialChart for WPF
C1.WPF.Chart.Annotation Namespace / AnnotationBase Class / Location Property



In This Topic
    Location Property
    In This Topic
    Gets or sets the location of annotation.
    Syntax
    'Declaration
     
    
    Public Property Location As Point
    'Usage
     
    
    Dim instance As AnnotationBase
    Dim value As Point
     
    instance.Location = value
     
    value = instance.Location
    public Point Location {get; set;}
    public:
    property Point Location {
       Point get();
       void set (    Point value);
    }
    See Also