Wijmo UI for the Web
titleStyle フィールド

ヒントタイトルテキストに使用するスタイルを示す値。

: フォールバック textStyle オプションで設定されたスタイルオプションは、このオプションで明示的に設定されていない(つまり、デフォルトで設定された)すべてのスタイルオプションに使用されます。

使用可能なスタイルパラメーターの詳細については、「スタイルのオプション」トピックを参照してください。下の図では、title を "Title" に設定し、titleStyle を {fill: "yellow"} に設定しています。

デフォルト値: {fill: "#d1d1d1","font-size": 16}

シンタックス
Javascript (Usage) 
var instance; //タイプ:wijmo.chart.chart_hint;
var value; // Type: any
value = instance.titleStyle;
Javascript (Specification) 
var titleStyle : any;
解説
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

関連トピック

参照

chart_hint インターフェース

 

 


Copyright © GrapeCity inc. All rights reserved.