Wijmo UI for the Web
style フィールド
主目盛のレンダリングに使用するスタイルを示す値。使用可能なスタイルパラメーターの詳細については、「スタイルのオプション」トピックを参照してください。
デフォルト値: {fill: "black"}
型: Object
シンタックス
Javascript (Usage) 
var instance; //タイプ:wijmo.chart.chart_axis_tick;
var value; // Type: any
value = instance.style;
Javascript (Specification) 
var style : 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_axis_tick インターフェース

 

 


Copyright © GrapeCity inc. All rights reserved.