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

In This Topic
    Location Property (AnnotationBase)
    In This Topic
    Gets or sets the location of annotation.
    Syntax
    'Declaration
     
    
    <C1DescriptionAttribute("Annotation.AnnotationBase.Location", "Gets or sets the location of annotation.")>
    Public Property Location As PointF
    [C1Description("Annotation.AnnotationBase.Location", "Gets or sets the location of annotation.")]
    public PointF Location {get; set;}
    See Also