ComponentOne Studio for WinRT XAML
RadarPointIndices プロパティ
使用例 

軸のポイントインデックスのコレクションを取得または設定します。
構文
'宣言
 
Public Property RadarPointIndices As System.Collections.Generic.IList(Of Integer)
public System.Collections.Generic.IList<int> RadarPointIndices {get; set;}
解説
このプロパティにより、データポイントごとに異なる軸を使用できます。
使用例
2番目(インデックス = 1)のデータポイントの補助軸を追加します。
chart.View.Axes.Add( new Axis() { AxisType= AxisType.Y, RadarPointIndices=new int[] {1} });
参照

Axis クラス
Axis メンバ

 

 


Copyright © GrapeCity inc. All rights reserved.