Blazor | ComponentOne
C1.Blazor.Chart Assembly / C1.Blazor.Chart Namespace / RenderDataLabelEventArgs Class / Point Property

In This Topic
    Point Property (RenderDataLabelEventArgs)
    In This Topic
    Gets the symbol point in control pixel coordinates.
    Syntax
    'Declaration
     
    
    Public Property Point As PointF
    public PointF Point {get; set;}
    See Also