2022.1

Table Of Contents
l
Rotate: Check to rotate the chart 90 degrees so that the bars are horizontal starting
from the left. (Equivalent to the
rotate
property; see: rotate.)
l
Stack Series: Check to stack the values in one bar, instead of having one bar per
value. (Equivalent to the
stackType
property of the
ValueAxis
; see: stackType.)
l Text Group: Determines how text is displayed in labels and legends.
l
Font: Enter the font-face to use to display text. The font must be installed on the
system and defaults to Verdana if the font is not found. (Equivalent to the
fontFamily
property; see: fontFamily.)
l
Size: Enter the size of the font. Defaults to 11. (Equivalent to the
fontSize
property; see: fontSize.)
l
Color: Select the color in which to display text: 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
color
property; see: color.)
l 3D Group: Creates a 3D effect if both settings in this group are higher than 0.
l
Depth: The depth of the 3D part of the plot area. (Equivalent to the
depth3D
property; see: depth3D.)
l
Angle: The angle of the 3D part of the plot area. (Equivalent to the
angle
property; see: angle.)
Value Axis tab
Settings on the Value Axis tab are equivalent to properties of the ValueAxis class in the
amCharts library; see: ValueAxis.
Page 1005