LinePlot | Plot |
AddArea() LinePlot() SetColor() SetFillColor() SetStepStyle() SetStyle() | SetCenter() SetColor() SetCSIMTargets() SetLegend() SetLineWeight() |
A line plot can only be added to a Graph() image. Public properties:
Name | Type | Description |
---|---|---|
mark | PlotMarkMark at each data point | |
value | DisplayValueDetermine if and hhow each data value should be displayed in the plot |
Argument | Default | Description |
---|---|---|
$aMin
|
0
| Start X-value |
$aMax
|
0
| End X-value |
$aFilled
|
LP_AREA_NOT_FILLED
| Fill area or not (true/false) |
$aColor
|
"gray9"
| Color of fill |
$aBorder
|
LP_AREA_BORDER
| Use a border (true/false) |
Predefined values for $aFilled are:
LP_AREA_FILLED
LP_AREA_NOT_FILLED
Example
Argument | Default | Description |
---|---|---|
&$datay
| Y-data | |
$datax
|
false
| X-data |
A plot can be specified with either only Y-values or both Y-and X-values. If both X and Y values are specified they should have the same number of elements.
Example
Argument | Default | Description |
---|---|---|
$aColor
| Color |
Example
Argument | Default | Description |
---|---|---|
$aColor
| Color | |
$aFilled
|
true
| Flag. Filled or not |
Example
Argument | Default | Description |
---|---|---|
$aFlag
|
true
| Flag. true to use step style. |
Example
Argument | Default | Description |
---|---|---|
$aStyle
| Text string to specify line |
The default line style is 'solid'
Example