|
|
|||
|
|
|
LineBreakChart | ![]() |
| LineBreakChart makes a line break chart with prices |
| LineBreakChart makes a line break chart of closing prices for the financial entity |
| LineBreakChart makes a line break chart where n bars in a row cause a reversal. |
| {datei,pi} | a pure date and price pair | |
| wi[{datei,pi},...] | a date price and wrapper | |
| formi->mi | a date price with metadata |
| {e1,e2,...},{"name",daterange} | data without overall wrapper | |
| w[{e1,e2,...}],w[{"name",daterange}] | data with overall wrapper |
| Annotation[e,label] | provide an annotation | |
| Button[e,action] | define an action to execute when the element is clicked | |
| EventHandler[e,...] | define a general event handler for the element | |
| Hyperlink[e,uri] | make the element act as a hyperlink | |
| Labeled[e,...] | display the element with labeling | |
| PopupWindow[e,cont] | attach a popup window to the element | |
| StatusArea[e,label] | display in the status area when the element is moused over | |
| Style[e,opts] | show the element using the specified styles | |
| Tooltip[e,label] | attach an arbitrary tooltip to the element |
| Top,Bottom,Left,Right,Center | positions within bar | |
| Above, Below, Before, After | positions outside bar | |
| {{bx,by},{lx,ly}} | scaled position |
| AspectRatio | 1/GoldenRatio | overall ratio of width to height | |
| Axes | True | whether to draw axes | |
| ChartBaseStyle | Automatic | overall style for bars | |
| ChartElementFunction | Automatic | how to generate raw graphics for bars | |
| ChartElements | Automatic | graphics to use in each of the bars | |
| DateFunction | Automatic | how to convert dates to standard form | |
| EventLabels | None | events to label | |
| GridLines | Automatic | grid lines to draw | |
| GridLinesStyle | Automatic | style for grid lines | |
| PerformanceGoal | $PerformanceGoal | aspects of performance to try to optimize | |
| ScalingFunctions | None | how to scale individual coordinates | |
| TrendStyle | Automatic | how to style up and down trends | |
| ScalingFunctions | None | how to scale the |
Use three months of prices from FinancialData entities:
|