wijmo.chart Namespace : chart_legend Interface |
Name | Description | |
---|---|---|
![]() | compass | A value that indicates the compass position of the legend. |
![]() | orientation | A value that indicates the orientation of the legend. |
![]() | style | A value that indicates the background color (fill) and border (stroke) of the legend. The style is defined in Raphael here is the documentation: http://raphaeljs.com/reference.html#Element.attr. The style is the 'attr' method's parameters. |
![]() | text | A value that indicates the text to use as the title at the top of the legend. |
![]() | textMargin | A value in pixels that indicates the amount of space to leave around the text inside the legend. |
![]() | textStyle | A value that indicates the style of the series label text. The text values come from the seriesList labels. |
![]() | textWidth | A value that indicates the width of the legend text. |
![]() | titleStyle | A value that indicates the style of the legend title. The text for the title is set in the text attribute of the legend. |
![]() | visible | A value that indicates whether to show the legend. Set this value to false to hide the legend. |