The ChartLabel class is used to work with a chart label.
ChartLabel
countOfDecimalNumbers. The number of displayed decimal places.
displayNegativesInRed. Determines whether negative values should be displayed without a minus sign, in bold font and in brackets.
formatter. The object of label numeric formatting.
hasFootNoteLine. Determines whether to show the line that links label corner and centre of the series point.
hasHorizontalNoteLine. Determines whether to show horizontal label line.
hasVerticalNoteLine. Determines whether to show vertical label line.
mask. Mask applied to format the value displayed in the label.
minWidth. Minimum width of label text block (points).
noteLineColor. Color of label line.
noteLineThickness. Width of label line.
blockAlignment. Horizontal alignment of header block.
font. Header font.
maxTextLength. Maximum length of header text (points).
text. Header text.
textAlignment. Horizontal alignment of text within header block.
textColor. Header font color.
autoMargin. Additional external element margins.
autoPadding. Size of additional element paddings.
background. Element background fill options.
borderColor. Color of element borders.
borderRadius. Radius of rounded corners (points).
borderThickness. Element border width (points).
boundsWithPadding. Actual size of element area (without taking into account paddings).
margin. Size of element margins.
optimizedOut. Determines whether element is hidden.
padding. Size of element paddings.
animations. An array of animation parameters for chart element.
chart. The chart that includes the visual element.
visible. Indicates whether the visual element is visual.
findChartPointHit:. Returns series point positioned at the specified coordinate.
setFrameForChartPlaced. Sets frame for a chart object.
addAnimation:. Adds animation for a chart element.
dumpConfigurationToDict. Returns object to which parameters of visual chart element are loaded.
removeAllAnimations. Removes all animation set for a visual chart element.
removeAnimation:. Removes specified animation parameters for chart element.
See also: