Blazor | ComponentOne
C1.Blazor.Chart Assembly / C1.Blazor.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
     
    
    Public Property Location As PointF
    public PointF Location {get; set;}
    See Also