The selection of components to generate two dimensional Cartesian plots.
Including Sources
Unit Price:
USD 245.00
Total:
USD 245.00 includes 0% sales tax/VAT to USD 245.00: USD 0.00
Delivery:
Download
Platform:
* for Delphi 6, 7, 2005, 2006, 2007 VCL Win32 and VCL .net
Version:
3.2
Option:
File Size:
Full version: 18.9 MB
Download Time:
Full version
56k: ~44 min.
DSL/Cable (1/8/16Mbit): ~3 / <1 / <1 min.
Rt-Tools2D is a selection of components to generate two dimensional Cartesian plots:
*TSciStringEdit
This is a special edit control supporting enhanced styles as bold, italic, underline, strikeout, subscript, superscript and symbol font. This is especially interesting to alter TSciLabels which supports the same styles.
*TSciLabel
Label supporting enhanced styles as bold, italic, underline, strikeout, subscript, superscript and symbol font. It can be drawn in any angle.
*TSciGraph
The main component of a 2D-plot
Just place on a form and the plot will be drawn automatically. Supports unlimited number of line series, unlimited number of axis in any position, auto zooming, grids ...
*TSciAxis
The axis of the 2D-Graph
You can add as many of them to the graph as you like to any position: top, bottom, left or right. You can alter fonts, scaling, tick marks ...
*TRealVector, TLiveVector
The components to store the numerical data
The data added to the LiveVector will automatically update also the ranges of the connected Series, which will update the axis ranges. You can place as many Vector components as you like to a form and connect also to different series. You can add a unlimited amount of real data to each vector as to a dynamic array or a list which automatically adjusts its size.
*TSciLineSeries, TSciDataSeries, TSciDataWithErrorSeries
These components represent the lines of the 2D-Graph.
You can place a unlimited number of Series to the form and connect to the 2D-Graph. The X-and Y-data can connect to any data vector as described above. The data can also be
assigned any Axis available with the graph.
*TSciLegend
Place this component to a form or inside the 2D-Graph and connect to the graph. It will
automatically display a legend including the settings of the Series and their captions.
The trial version will only run inside the Borland Delphi IDE.