Examples of using Tvgraph object in English and their translations into Polish
{-}
-
Colloquial
-
Official
-
Medicine
-
Ecclesiastic
-
Ecclesiastic
-
Financial
-
Official/political
-
Programming
-
Computer
Gets the number of the tvGraph objects.
GraphInit Returns tvGraph object- initializing object for drawing.
Sets the validity function for the tvGraph object.
It can be drawn by newly created tvGraph object with the validity function Attr'reset.
Validity Sets validity function for style tvGraph object.
To all constructed tvGraph objects to the tvGraph. PointsColor property.
Identifier that unambiguously specifies the tvGraph object.
Exactly that of the tvGraph objects whose validity function is fulfilled, is used for drawing.
Setting the visibility of the points to all tvGraph objects.
This default tvGraph object has always the lowest priority of them and its function is always fulfilled.
PointsVisible property this property sets the value into all tvGraph objects.
The prediction is drawn only by the tvGraph objects with setting the tvGraph. .
SValidityFce(String) Text definition of the condition for when to use the tvGraph object.
The method sets the validity function of this tvGraph object by the sValidityFce parameter.
If no tvGraph object was added(the tvTrend. AddGraph was not called at all), the trend is drawn always to the existing default GraphDefault object. .
It aligns the column that refers to the tvTrend object to which the tvGraph object belongs.
If empty string"" is set, then the tvGraph object is created with the defined validity function AlwaysFalse.
Then in the time area where values of trend pointsexceed the value 100, just this tvGraph object is used for drawing.
Returns the reference to the created tvGraph object or if the creation of the object failed, it returns value Nothing.
The method serves for creating a new object of the tvGraph type(tools for drawing trends) andit adds it to an array of tvGraph objects the array is accessible by the Graphs property.
Each tvTrend object has at least one basis tvGraph object and an access to it is made by the tvTrend. GraphDefault property.
The tvGraph objects are created in the tvTrend object and they serve for the definition of the line type(width, color, style, etc.) in the graph mode or the font, text color, etc. in the table mode.
In the table mode it is possible by means of tvGraph objects to display values exceeding the limit by different color or by different font.
Data points of the trend(see tvPoints) are checked by each object of the tvGraph type(there can be created more objects in the object of the tvTrend type, see tvTrend. AddGraph) and the time range where data points satisfy the validity function of one in graphs,is drawn just by the tvGraph object.
Writing into this property sets the desired value(true/false)to all constructed tvGraph objects to the tvGraph. PointsVisible property.
LimitVal(xx;val)"- The tvGraph object is used if values of data points in the tvPoints object exceed(equal, under pass, see xx) the real value val.
By reading from the property the value true is got if at least one tvGraph object has set this property to the value true, otherwise it returns false.
LimitTrend(xx;t1)"- The tvGraph object is used if values of data points in the tvPoints object exceed(equal, under pass, see xx) values of data points of another trend whose tvTrend. ID is equal to t1.
Creates new object of tvGraph type(tools for drawing trends) and it adds it to an array of tvGraph objects the array is accessible by the Graphs property.
RemoveGraph Removing existing object of tvGraph type.