Difference between revisions of "TAChart User Guide"

From Lazarus wiki
Jump to navigationJump to search
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
 +
 +
.box_shadow_table1 {
 +
width: 400px;
 +
margin: 10px;
 +
padding: 10px;
 +
border: 1px solid #95B995;
 +
border-radius: 15px;
 +
box-shadow: 5px 5px 10px rgba(0,0,0, 0.3);
 +
}
 +
 +
.box_shadow_table_cell1 {
 +
border: 1px solid #95B995;
 +
border-radius: 5px;
 +
box-shadow: inset 3px 3px 3px rgba(0,0,0, 0.3);
 +
}
 +
 +
<table class="box_shadow_table1" border="0" cellpadding="8" cellspacing="1">
 +
<tr>
 +
<td class="box_shadow_table_cell1">Cell 1</td>
 +
<td class="box_shadow_table_cell1">Cell 2</td>
 +
<td class="box_shadow_table_cell1">Cell 3</td>
 +
</tr>
 +
<tr>
 +
<td class="box_shadow_table_cell1">Cell 4</td>
 +
<td class="box_shadow_table_cell1">Cell 5</td>
 +
<td class="box_shadow_table_cell1">Cell 6</td>
 +
</tr>
 +
<tr>
 +
<td class="box_shadow_table_cell1">Cell 7</td>
 +
<td class="box_shadow_table_cell1">Cell 8</td>
 +
<td class="box_shadow_table_cell1">Cell 9</td>
 +
</tr>
 +
</table>
 +
 
<!--INTRODUCTION-->
 
<!--INTRODUCTION-->
 
<p class="mw-customtoggle-introduction" style="color:blue; cursor:pointer;">[[File:TAChartIntro.png]]  '''Introduction'''</p>  
 
<p class="mw-customtoggle-introduction" style="color:blue; cursor:pointer;">[[File:TAChartIntro.png]]  '''Introduction'''</p>  

Revision as of 17:58, 30 January 2014


.box_shadow_table1 { width: 400px; margin: 10px; padding: 10px; border: 1px solid #95B995; border-radius: 15px; box-shadow: 5px 5px 10px rgba(0,0,0, 0.3); }

.box_shadow_table_cell1 { border: 1px solid #95B995; border-radius: 5px; box-shadow: inset 3px 3px 3px rgba(0,0,0, 0.3); }

Cell 1 Cell 2 Cell 3
Cell 4 Cell 5 Cell 6
Cell 7 Cell 8 Cell 9

TAChartIntro.png Introduction

TAChartScreen.png Controlling the Chart

TAChartSeries.png Working with Series

TAChartTools.png Using Tools

TAChartResources.png Resources

TAChartIndex.png Index


An editor has declared this article to be a stub, meaning that it needs more information. Can you help out and add some? If you have some useful information, you can help the Free Pascal Wiki by clicking on the edit box on the left and expanding this page.


Last edited by Kapibara @20140130175851