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



In This Topic
    Point Property
    In This Topic
    Gets the symbol position in control pixel coordinates.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Point As Point
    'Usage
     
    
    Dim instance As RenderSymbolEventArgs
    Dim value As Point
     
    value = instance.Point
    public Point Point {get;}
    public:
    property Point Point {
       Point get();
    }
    See Also