ComponentOne FinancialChart for WinForms
C1.Win.Chart Namespace / RenderSymbolEventArgs Class / Point Property

In This Topic
    Point Property (RenderSymbolEventArgs)
    In This Topic
    Gets the symbol point in control pixel coordinates.
    Syntax
    'Declaration
     
    
    <C1DescriptionAttribute("RenderSymbolEventArgs.Point", "Gets the symbol point in control pixel coordinates.")>
    Public Property Point As PointF
    [C1Description("RenderSymbolEventArgs.Point", "Gets the symbol point in control pixel coordinates.")]
    public PointF Point {get; set;}
    See Also