FlexChart | ComponentOne
C1.WPF.Chart Assembly / C1.WPF.Chart Namespace / ErrorBar Class / OnSymbolRendering Method
Render engine
Symbol index
x-coordinate
y-coordinate

In This Topic
    OnSymbolRendering Method (ErrorBar)
    In This Topic
    Called when symbol is rendering.
    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
    Render engine
    i
    Symbol index
    x
    x-coordinate
    y
    y-coordinate

    Return Value

    Whether to perform default symbol rendering.
    See Also