2022.1

Table Of Contents
is a variable that will be replaced with the title of the graph. (Equivalent to the
labelText
property; see: labelText.)
l Markers Group: Defines how the Legend's Markers look. Markers are icons with a color
matching the Legend with its corresponding line.
l
Type: Use the drop-down to select in which shape the Markers are displayed;
"none" hides the Markers completely. (Equivalent to the
markerType
property; see: markerType.)
l
Size: Enter the size (in pixels) for the Markers to be displayed. (Equivalent to the
markerSize
property; see: markerSize.)
l
Label Gap: Enter the distance (in pixels) between the legend marker and legend
text. (Equivalent to the
markerLabelGap
property; see: markerLabelGap.)
l
Border Width: Use the drop-down to define the thickness of the border added to the
Markers. The default value (0) means the line will be a "hairline" (1 px). In case the
Marker type is line, this style will be used for the line thickness. (Equivalent to the
markerBorderThickness
property; see: markerBorderThickness.)
l
Border Color: Color of the Legend's border. Enter a valid hexademical color (HTML
Hex Color) or a predefined CSS color (CSS color names), or click the colored
square to open the Color Picker dialog ("Color Picker" on page1017). (Equivalent
to the
markerBorderColor
property; see: markerBorderColor.)
l
Border Opacity: Enter a numerical value between 0 and 100 to define the opacity
(in percentage) of the border. (Equivalent to the
markerBorderAlpha
property; see: markerBorderAlpha. When specified on the Source tab, the value
should be between 0 and 1, e.g. 0.8.)
Source tab
The JSON on the Source tab reflects the choices made in the other tabs and, more importantly,
provides the possibility to add in any amCharts configuration option that is unavailable via the
other tab menus. For more information see: "Adding and editing properties manually" on
page741.
Page 1055