2D Chart for WinForms | ComponentOne
End-User Interaction / Coordinate Conversion Methods / Converting Pixel Coordinates into Data Points and Vice Versa
In This Topic
    Converting Pixel Coordinates into Data Points and Vice Versa
    In This Topic

    C1Chart also allows conversion of pixel coordinate values into their associated Data Coordinate or Data Index and vice versa. The CoordToDataCoord, CoordToDataIndex, DataCoordToCoord, and DataIndexToCoord are methods which convert pixel coordinates into these values and vice versa. The following graphic illustrates which areas of C1Chart are governed by the pixel coordinates, and which area is governed by the data coordinates (PlotArea):

    See Also