X-Axis: CategoryAxis
categoryField: the data field to be displayed as a label of CategoryAxis.
displayName: the name of the axis. It is displayed in datatips.
title: the title of the axis.
labelJsFunction: the user-defined function for the label of the axis.


Y-Axis: LinearAxis Properties
interval: the interval between the adjacent labels of the axis.
minimum: the minimum value of the axis.
maximum: the maximum value of the axis.
title: the title of the axis.
labelJsFunction: the user-defined function for the label of the axis.
displayName: the name of the axis. It is displayed in datatips.