Y Baseline

A simple horizontal rule at y=0.

;
<Plot>
    <RuleY y={0} />
    <Line data={aapl} x="Date" y="Close" />
</Plot>