Method function SLWaterfall.TSLWaterfallDataView.GetValueAtScale(Real;Real) : Real
From Mitov Wiki Doc
This is a Beta Read Only version of this page. Please review and send recommendations to mitov@mitov.com. We will enable the editing as soon as we are happy with the overall Wiki site.
Class: TSLWaterfallDataView
Contents |
Syntax
Delphi:
function GetValueAtScale( X : Real, Y : Real ) : Real;
C++ Builder:
double __fastcall GetValueAtScale( double X, double Y );
Visual C++ (MFC):
double GetValueAtScale( double X, double Y );
Summary
Returns the value at X, Y position of the scale.
Description
Call this method to get the value at X, Y position of the scale.