Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
P
proview
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Esteban Blanc
proview
Commits
83fc3475
Commit
83fc3475
authored
May 12, 2015
by
Claes Sjofors
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Doc Ge, barchart and pie added
parent
6d4b7e95
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
78 additions
and
0 deletions
+78
-0
src/doc/man/en_us/man_geref.dat
src/doc/man/en_us/man_geref.dat
+78
-0
src/doc/man/src/geg_fig170.png
src/doc/man/src/geg_fig170.png
+0
-0
src/doc/man/src/geg_fig171.png
src/doc/man/src/geg_fig171.png
+0
-0
No files found.
src/doc/man/en_us/man_geref.dat
View file @
83fc3475
...
...
@@ -2385,6 +2385,8 @@ Connection point <link>geref_conpoint
<h1>Complex objects
Bar <link>geref_bar
BarChart <link>geref_barchart
Pie <link>geref_pie
Trend <link>geref_trend
Axis <link>geref_axis
Window <link>geref_windowobject
...
...
@@ -2691,6 +2693,82 @@ Bar.BorderWidth <t>Line width of the borderline (1-8)
Dynamic <t>Not implemented
</topic>
<topic>geref_barchart <style>function
BarChart
<image> geg_fig170.png
BarChart displays a number of bars in a chart. Each bar can be divided in segments with different
colors. The maximum number of segments is 12. The size of each segment corresponds an to an array
of float values, where each element in the array states the segments size in different bars.
The properties fill, fillcolor, bordercolor etc. states properties for the background rectangle.
The properties for the bars and segments are stated in the object editor.
A bar is created by selecting BarChart in the subgraph palette, 'Analog/BarChart', and clicking
MB2 in the working area.
<h2>Properties
- Fill (for the background rectangle)
- Fillcolor (for the background rectangle)
- Border (for the background rectangle)
- Bordercolor (for the background rectangle)
- Linewidth (for the background rectangle)
<h2>Attributes
Attribute <t>Description
BarChart.Attribute0 <t>The name of an array in the database. The array values states the size
<t>of the first segment in the different bars.
BarChart.Attribute1 <t>Array for the second segment.
...
BarChart.Attribute11 <t>Array for the twelveth segment.
BarChart.Bars <t>Number of bars.
BarChart.BarSegments <t>Number of segments in each bar.
BarChart.MaxValue <t>Value that corresponds to full length of a bar.
BarChart.MinValue <t>Signal value that corresponds to zero length of a bar.
BarChart.BarColor1 <t>Fillcolor for the first segments.
BarChart.BarColor2 <t>Fillcolor for the second segments.
...
BarChart.BarColor12 <t>Fillcolor for the twelveth segments.
Dynamic <t>Not implemented
</topic>
<topic>geref_pie <style>function
Pie
<image> geg_fig171.png
Pie is a circular chart with a number of sectors in different color. The maximum number of
sectors is 12. The size of each segment corresponds a to a signal value.
The properties fill, fillcolor, bordercolor etc. states properties for the background circle.
The properties for the sectors are stated in the object editor.
A Pie is created by selecting Pie in the subgraph palette, 'Analog/Pie', and clicking
MB2 in the working area.
<h2>Properties
- Fill (for the background circle)
- Fillcolor (for the background circle)
- Border (for the background circle)
- Bordercolor (for the background circle)
- Linewidth (for the background circle)
<h2>Attributes
Attribute <t>Description
Pie.Attribute0 <t>Database attribute of type Float that influences the size of the first
<t>sector.
Pie.Attribute1 <t>Database attribute for the second sector.
...
Pie.Attribute11 <t>Database attribute for the twelfth sector.
Pie.Angle1 <t>Angle from the x-axis in degrees to the start of the chart.
Pie.Angle2 <t>Angle in degrees that states the size of the chart.
Pie.Sectors <t>Number of sectors.
Pie.MaxValue <t>Value that corresponds to full chart.
Pie.MinValue <t>Signal value that corresponds to zero size of a sector.
Pie.SectorColor1 <t>Fillcolor for the first sector.
Pie.SectorColor2 <t>Fillcolor for the second sector.
...
Pie.SectorColor12 <t>Fillcolor for the twelveth sector.
Dynamic <t>Not implemented
</topic>
<topic>geref_trend <style>function
Trend
<image> geref_fig14.png
...
...
src/doc/man/src/geg_fig170.png
0 → 100644
View file @
83fc3475
21 KB
src/doc/man/src/geg_fig171.png
0 → 100644
View file @
83fc3475
17 KB
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment