Wijmo UI for the Web
style フィールド

チャートの各バブルのラベルに適用するスタイルパラメーターを示す値。

デフォルト値: {}

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

Note: If you do not set any value for this style, the fallback style is chartLabelStyle.

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

関連トピック

参照

bubblechart_chartlabel インターフェース

 

 


Copyright © GrapeCity inc. All rights reserved.