Chart for WinRT
SetOptimizationRadius メソッド

指定されたチャートの OptimizationRadius 添付プロパティの値を設定します。このプロパティは、大きなデータ配列を持つ折れ線グラフと面グラフのレンダリングの最適化を制御します。生成されるデータポイント間の距離が半径より小さい場合、ポイントは、レンダリング対象から除外されます。
構文
'宣言
 
Public Shared Sub SetOptimizationRadius( _
   ByVal chart As Windows.UI.Xaml.DependencyObject, _
   ByVal value As System.Double _
) 
public static void SetOptimizationRadius( 
   Windows.UI.Xaml.DependencyObject chart,
   System.double value
)

パラメータ

chart
value
解説
デフォルトでは、最適化はオフです(OptimizationRadius=double.NaN)。
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

参照

関連項目

LineAreaOptions クラス
LineAreaOptions メンバ

Send Feedback