ComponentOne FinancialChart for UWP
C1.Xaml.Chart Namespace / Series Class / OnSymbolRendering Method

In This Topic
    OnSymbolRendering Method
    In This Topic
    Syntax
    'Declaration
     
    
    Protected Overridable Function OnSymbolRendering( _
       ByVal engine As IRenderEngine, _
       ByVal i As Integer, _
       ByVal x As Double, _
       ByVal y As Double _
    ) As Boolean
    protected virtual bool OnSymbolRendering( 
       IRenderEngine engine,
       int i,
       double x,
       double y
    )

    Parameters

    engine
    i
    x
    y
    See Also