ComponentOne Studio MVC4 Classic ヘルプ
系列のホバースタイルの定義

系列およびホバー系列の色とストロークスタイルを定義するには、以下のコードを使用します。

ソースビュー
コードのコピー
  seriesStyles: [{
                   opacity: 0.8, fill: "0-#333333-#2d2d2d", stroke: "#2d2d2d", "stroke-width": "1.5"
               }, {
                   opacity: 0.8, fill: "0-#6aaba7-#5f9996", stroke: "#5f9996", "stroke-width": "1.5"
               }, {
                   opacity: 0.8, fill: "0-#c3ff00-#afe500", stroke: "#afe500", "stroke-width": "1.5"
             
               }],
               seriesHoverStyles: [{
                   opacity: 1, "stroke-width": "2.5"
               }, {
                   opacity: 1, "stroke-width": "2.5"
               }, {
                   opacity: 1, "stroke-width": "2.5"
           
              }]

ホバー時のポイントの効果を強調するために、ストローク幅の値に larger が使用されたことに注意してください。

関連トピック

 

 


Copyright © GrapeCity inc. All rights reserved.