Overload List
Calculates the data coordinates of a point in the PlotArea given chart client coordinates.
[Visual Basic] Overloads Public Function CoordToDataCoord(Integer, Integer, ByRef Double, ByRef Double) As Boolean
[C#] public bool CoordToDataCoord(int, int, ref double, ref double);
[Delphi] public function CoordToDataCoord(Int32; Int32; var Double; var Double) : Boolean; overload;
Calculates the data coordinates of a point in the PlotArea given chart client coordinates.
[Visual Basic] Overloads Public Function CoordToDataCoord(Integer, Integer, ByRef Single, ByRef Single) As Boolean
[C#] public bool CoordToDataCoord(int, int, ref float, ref float);
[Delphi] public function CoordToDataCoord(Int32; Int32; var Single; var Single) : Boolean; overload;
See Also
ChartGroup Class | ChartGroup Members | C1.Win.C1Chart Namespace
Send comments about this topic to ComponentOne. Copyright © ComponentOne LLC. All rights reserved. |