2022.1

Table Of Contents
l
Color: Select a color for the value axis: click the colored square to open the Color
Picker dialog ("Color Picker" on page1017), or enter a valid hexademical color
(HTML Hex Color) or a predefined CSS color (CSS color names). (Equivalent to the
axisColor
property; see: axisColor.)
l
Opacity: Enter the opacity in percentage for the axis. 100 is fully opaque, 0 is
transparent. Set opacity to 0 to hide the axis. (Equivalent to the
axisAlpha
property of the
ValueAxis
; see: axisAlpha.)
l
Thickness: Enter the thickness of the axis. (Equivalent to the
axisThickness
property of the
ValueAxis
; see: axisThickness.)
l
Labels: Check this option to make the labels on the value axis visible. This is often useful
in rotated charts. (Equivalent to the
labelsEnabled
property of the
ValueAxis
; see: labelsEnabled.)
l
Frequency: Defines per how many grid lines a label will be placed. (Equivalent to
the
labelFrequency
property of the
ValueAxis
; see: labelFrequency.)
Category Axis tab
Settings on the Category Axis tab correspond to properties of the CategoryAxis class in the
amCharts library; see: CategoryAxis.
l Title group:
l
Label: Enter a label for the category axis (the X axis, or the Y axis if the graph is
rotated).(Equivalent to the
title
property; see: title.)
Page 1007