wijmo.chart 名前空間 > chart_hint インターフェース : contentStyle フィールド |
ツールチップに表示されるテキストに適用するスタイルオブジェクトを示す値。
使用可能なスタイルパラメーターの詳細については、「スタイルのオプション」トピックを参照してください。
デフォルト値: {fill: "#d1d1d1","font-size":16}
型: Object
Javascript (Usage) | |
---|---|
var instance; //タイプ:wijmo.chart.chart_hint; var value; // Type: any value = instance.contentStyle; |
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