Skip to content
This repository has been archived by the owner on May 18, 2019. It is now read-only.
Chris Fä edited this page Aug 24, 2015 · 21 revisions

Axis

The components XAxis and YAxis are made of the components

  • AxisLine: Line along the axis with small stroke at the end and begin
  • AxisTicks: Ticks and grid lines
  • Label: Text label of the axis

AxisTicks

The component AxisTicks is used to display ticks and grid lines. Grid lines go from the same position as the ticks are drawn on the axis line and go to the other end of the chart. Grid lines can be used for all charts using the component AxisTicks (which are AreaChart, BarChart, CandlestickChart, LineChart and ScatterChart).

Clone this wiki locally