Defines the state, pattern, and color attributes for a bar curve.
*Bar()Defines the state, pattern, and color attributes for a bar curve. |
|||||
*Bar()Defines the state, pattern, and color attributes for a bar curve. |
Syntax |
*Bar(bar_on, bar_pattern, bar_color) |
|
Arguments |
Name |
Description |
bar_on |
Determines if the curve is displayed as a bar. 1 – the curve is displayed as a bar. 0 – the curve is not displayed as a bar. |
|
bar_pattern |
An integer between 0 and 4 representing the bar pattern style.
|
|
bar_color |
An integer between 0 to 63 representing any of the 64 colors on the palette. |
|
Example |
*BeginCurve(On, "Curve 4") *Line(0, 46, 1) *Symbol(0, 46, 1) *Bar(1, 1, 46) *ShowInLegend(True) *BeginVector(Y, math) *Expression("4:10:1") *ScaleFactor(1) *Offset(0) *AxisIndex(1) *EndVector() *EndCurve() |
|
Application |
HyperGraph. |
|
Context |
||
See also |
|
|