⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 sgraph.htm

📁 一个delphi的好用的画二维曲线的控件Simple Graph v2.3
💻 HTM
字号:
<html>

<head>
<title>SGraph Description File</title>
<meta HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<meta NAME="AUTHOR" CONTENT="S.P.Pod'yachev">
</head>

<body BGCOLOR="#FFFFFF" background="../white.gif">

<h2 align="left"><img height="1" width="1" src="http://counter.list.ru/counter?id=15599" alt> <!--LIST100 COUNTER--> SGraph ver 2.3</h2>

<p><a HREF="#Introduction">Introduction</a> <br>
<a HREF="#License">License</a> <br>
<a HREF="#Disclaimer">Disclaimer</a> <br>
<a HREF="#Files">Files</a> <br>
<a HREF="#Install components">Install components</a> <br>
<a HREF="#Update">Replace old version</a> <br>
<a HREF="#Start">How to start</a> <br>
<a HREF="#Contact me">Contact me</a> </p>

<p><a HREF="history.htm">History</a>&nbsp; <a href="notes.htm">Notes</a></p>

<h3><a NAME="Introduction"></a><b>Introduction</b></h3>

<p>This is a set of 32 bit Delphi components and classes for 2D plot. It is relatively
simple. It is more gauge then presentation element. The main features are: 

<ul>
  <li>Two horizontal and two vertical axis.</li>
  <li>Auto minimum and maximum of the axis.</li>
  <li>Swap of Min and Max axis positions. </li>
  <li>MoveMinMax method to provide smooth scrolling of axis ticks.</li>
  <li>Panning and Zoom by mouse.</li>
  <li>Buffered screen paint, can be off.</li>
  <li>Copy to clipboard as DIB or as Metafile.</li>
  <li>Custom Data Series.</li>
  <li>DrawPlot method to replicate plot image </li>
  <li>OnDrawField OnDrawEnd events</li>
</ul>

<p>The main component is Tsp_XYPlot. It holds four Tsp_Axis and controls Data Series. The
Tsp_XYPlot and Tsp_Axis provide base plot functionality like auto scale, zoom and pan and
so on. The Data Series must be derived from Tsp_DataSeries and implements data storage and
how data are painted on the plot canvas. An example of these components are Tsp_XYLine and
Tsp_SpectrLines. Plot also can has and controls components inherited from Tsp_PlotMarker.
Plot marker draws something on the plot using axis coordinate system. An example of these
components are Tsp_LineMarker and Tsp_ImageMarker.</p>

<h3><a NAME="License"></a>License </h3>

<p>The component files are <b>freeware</b>. You may copy those files as long as you <b>COPY
ALL OF THEM</b>. You cannot distribute source of main units in modified form, except unit
for your data series. If you want to make ActiveX using this components you must ask me
for permission.<br>
Copyright 

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -