ComponentOne Chart for .NET (2.0) Search HelpCentral 

ChartGroup.DataCoordToCoord Method

Overload List

Calculates the client coordinates of a point in the PlotArea given data coordinates.

[Visual Basic] Overloads Public Function DataCoordToCoord(Double, Double, ByRef Integer, ByRef Integer) As Boolean

[C#] public bool DataCoordToCoord(double, double, ref int, ref int);

[Delphi] public  function DataCoordToCoord(Double; Double; var Int32; var Int32) : Boolean; overload;

Calculates the client coordinates of a point in the PlotArea given data coordinates.

[Visual Basic] Overloads Public Function DataCoordToCoord(Double, Double, ByRef Single, ByRef Single) As Boolean

[C#] public bool DataCoordToCoord(double, double, ref float, ref float);

[Delphi] public  function DataCoordToCoord(Double; Double; 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.