Chart for WinRT
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} });
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

参照

関連項目

Axis クラス
Axis メンバ

Send Feedback