Charting for WinForms Programmer's Guide
StackRenderer.GetPixel Method
See Also
 






Gets the coordinates of specified data item when mapped to a Plot2D pixel.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

protected new PointF GetPixel (
    int seriesIndex,
    int dataIndex,
    Axis xAxis,
    Axis yAxis,
    Component component
)

Visual Basic  Copy Code

Protected Shadows Function GetPixel( _
    seriesIndex As Integer, _
    dataIndex As Integer, _
    xAxis As Axis, _
    yAxis As Axis, _
    component As Component _
) As PointF

 Parameters

seriesIndex

An integer index of a Series within the list of series rendered by this Renderer2D.

dataIndex

An integer index of the data item in specified series.

xAxis

An Axis reference specifying the X axis.

yAxis

An Axis reference specifying the Y axis.

component

An instance of Plot2D or derived class.

 Return Value

A PointF containing Plot2D coordinates corresponding to specified data item.

 See Also

StackRenderer Members
StackRenderer Class
MindFusion.Charting Namespace