Wijmo UI for the Web
titleStyle フィールド

凡例タイトルのスタイルを示す値。タイトルのテキストは、凡例の text 属性で設定されます。

デフォルト値: {"font-weight": "bold", fill:"#000", stroke:"none"}

シンタックス
Javascript (Usage) 
var instance; //タイプ:wijmo.chart.chart_legend;
var value; // Type: any
value = instance.titleStyle;
Javascript (Specification) 
var titleStyle : any;
解説

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

関連トピック

参照

chart_legend インターフェース
スタイルオプション

 

 


Copyright © GrapeCity inc. All rights reserved.