*Bar()
Defines the state, pattern, and color attributes for a bar curve.
Syntax
*Bar (bar_on, bar_pattern, bar_color)
Application
HyperGraph
Inputs
- 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.
Context
*BeginCurve()
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()