ComponentOne FlexChart for UWP
C1.UWP.FlexChart Assembly / C1.Xaml.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 Windows.Foundation.Point
    public Windows.Foundation.Point Location {get; set;}
    See Also