ComponentOne Studio MVC5 Classic ヘルプ
軸ラベルの回転

X 軸のラベルのプロパティ(width、textAlign、および rotation など)を設定するには、以下のコードを使用します。

ソースビュー
コードのコピー
$(document).ready(function () {

  $("#wijcompositechart").wijcompositechart({
x: {
            text: "",
            labels: {
                  style: {
                        fill: "#7f7f7f",
                        "font-size": "11pt",
                        rotation: -45
                  }
            }
    },
   })
   })

 

 


Copyright © GrapeCity inc. All rights reserved.