Wijmo UI for the Web
style フィールド

X 軸または Y 軸のラベルテキストのスタイルを示す値。

使用可能なスタイルパラメーターの詳細については、「スタイルのオプション」トピックを参照してください。

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

型: Object

シンタックス
Javascript (Usage) 
var instance; //タイプ:wijmo.chart.chart_axis_label;
var value; // Type: any
value = instance.style;
Javascript (Specification) 
var style : 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_axis_label インターフェース

 

 


Copyright © GrapeCity inc. All rights reserved.