wijmo.chart 名前空間 > chart_legend インターフェース : textStyle フィールド |
系列ラベルテキストのスタイルを示す値。テキスト値は seriesList ラベルから取得されます。
デフォルト値: {fill:"#333", stroke:"none"}
Javascript (Usage) | |
---|---|
var instance; //タイプ:wijmo.chart.chart_legend; var value; // Type: any value = instance.textStyle; |
Javascript (Specification) | |
---|---|
|
Note: Any style options set in the fallback textStyle option are used for any style options that are not set explicitly (or set by default) in this option.
The style object is defined in RaphaelJS, in the attr method’s parameters. Here is an external link to the documentation: http://raphaeljs.com/reference.html#Element.attr