![]() |
Properties and Methods of UltimaWaterfall | |||||||||||||||||||||||||
|
Let UltimaSerial unleash the power of your Windaq Starter kit!
Lessons on how to use UltimaSerial
|
Properties: ChartDirection, ChartType, ColorDepth, ColodrScale, ScalingMethod, Data, Key Methods: Chart, Copy2Clipboard, ChartNow Event: CrossHair ChartDirection: Direction of the waterfall flow
ColorScale (index) = OLE_COLOR: Customize the color scale
ChartType: Waterfall stype
ColorDepth: Translated color depth for data (default 64).
ScalingMethod: Color scaling method
Data (index): Instead of using Chart an array-type variant, you can use the combination of Data and ChartNow. Use Data to enter single data point at a time, when all data points are entered, use ChartNow to paint a new frame. Please use VB sample waterfall2 as reference Chart (variant): the variant has to be one-dimensional 16-bit short integer array. Only the positive number will be charted. Please use VB sample uwaterfall as reference
Copy2Clipboard: Copy the current image to the clipboard. This method is offered as a bonus to users with paid registration ChartNow: Use the data entered via Data (n) to paint a new frame Key: UltimaWaterfall displays an ad-line at the upper left corner of the screen unless it is registered. Once you register UltimaWaterfall, enter it via this property before invoking Chart method.
CrossHair (x, y) : reports the coordination of the mouse button movement Last update: 04/21/08 Copyright: 2000-2005 www.UltimaSerial.com
|
|||||||||||||||||||||||||