Wijmo UI for the Web
y フィールド
チャートの Y 軸を作成するためのすべての情報を含むオブジェクト。
型: Object
デフォルト値: 下記のサンプルコードを参照してください。
シンタックス
Javascript (Usage) 
var instance; //タイプ:wijmo.chart.chart_axes;
var value; // Type: chart_axis
value = instance.y;
Javascript (Specification) 
var y : chart_axis;
使用例
これは軸の y オブジェクトのデフォルト値です。
y:{
    alignment: "center",
    style: {stroke: "#999999", "stroke-width": 0.5}, 
    visible: false, 
    textVisible: true, 
    textStyle: {fill: "#888", "font-size": 15, "font-weight": "bold"}, 
    labels: {
        style: {fill: "#333", "font-size": 11},
        textAlign: "center", 
        width: null
    },
    compass: "west",
    autoMin: true,
    autoMax: true,
    autoMajor: true,
    autoMinor: true,
    gridMajor: {
        visible: true, 
        style: {
            stroke: "#999999", 
            "stroke-width": "0.5", "
            stroke-dasharray": "none"
        }
    },
    gridMinor: {
        visible: false, 
        style: {stroke: "#CACACA", "stroke-dasharray": "- "}
    },
    tickMajor: {
        position: "none",
        style: {fill: "black"},
        factor: 1
    },
    tickMinor: {
        position: "none",
        style: {fill: "black"},
        factor:1
    },
    annoMethod: "values",
    valueLabels:[]
}

関連トピック

参照

chart_axes インターフェース

 

 


Copyright © GrapeCity inc. All rights reserved.