Tick interval

;
<Plot>
    <AxisX interval="6 months" />
    <AxisY interval={25} />
    <Line data={aapl} x="Date" y="Close" />
</Plot>