File: tachartaxis.xml

package info (click to toggle)
lazarus 2.0.0%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 214,460 kB
  • sloc: pascal: 1,862,622; xml: 265,709; cpp: 56,595; sh: 3,008; java: 609; makefile: 535; perl: 297; sql: 222; ansic: 137
file content (46 lines) | stat: -rw-r--r-- 1,964 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
<?xml version="1.0"?>
<fpdoc-descriptions>
  <package name="TAChartLazarusPkg">
    <module name="TAChartAxis">
      <element name="TChartAxisTitle">
        <short>The title of an axis</short>
      </element>
      <element name="TChartAxisTitle.Caption">
        <short>Caption texts</short>
      </element>
      <element name="TChartAxisTitle.Distance">
        <short>The distance between the title text and axis marks</short>
      </element>
      <element name="TChartAxisTitle.Font">
        <short>Title font</short>
        <descr>
          <var>Font.Orientation</var> is by default set to 900 (90 degrees to the left)
for vertical axises.</descr>
      </element>
      <element name="TChartAxisTitle.Visible">
        <short>Title is shown if <var>Visible</var> is true and <var>Caption</var> is not empty</short>
      </element>
      <element name="TChartAxis.Alignment">
        <short>Determines the side of the chart whcih the axis is aligned to</short>
        <descr>Left- and right-aligned axises are vertical, top- and bottom-aligned axises are horizontal.</descr>
      </element>
      <element name="TChartAxis.Grid">
        <short>Pen used for grid drawing</short>
        <descr>Grid lines are drawn across the chart from each axis mark</descr>
      </element>
      <element name="TChartAxis.Inverted"/>
      <element name="TChartAxis.Visible">
        <short>If true, the axis is drawn on the chart</short>
        <descr>Invisible axis might still be used for series transformation</descr>
      </element>
      <element name="TChartAxisMarks.Source">
        <short>Source of mark positions</short>
        <descr>
          <p>If the source is set, marks are determined by <var>X</var> or <var>Y</var> coordinates
of <var>Source</var> items for horizontal and vertical axises correspondingly.
</p>
<p>Otherwise, marks are created automatically.</p></descr>
      </element>
    </module>
  </package>
</fpdoc-descriptions>