C1.Win.FlexChart.8 Assembly / C1.Win.Chart Namespace / Series Class / OnSymbolRendering Method
Render engine C1.Chart.IRenderEngine object.
Index of data point.
X pixel coordinate.
Y pixel coordinate.

In This Topic
OnSymbolRendering Method (Series)
In This Topic
Called when symbol is rendering.
Syntax
'Declaration
 
Protected Overrides Function OnSymbolRendering( _
   ByVal engine As IRenderEngine, _
   ByVal i As System.Integer, _
   ByVal x As System.Double, _
   ByVal y As System.Double _
) As System.Boolean
 

Parameters

engine
Render engine C1.Chart.IRenderEngine object.
i
Index of data point.
x
X pixel coordinate.
y
Y pixel coordinate.

Return Value

Whether to perform default symbol rendering.
See Also