Chart for WinRT
SetOptimizationRadius Method

Sets the value of the OptimizationRadius attached property for a specified chart. The property controls rendering optimization for line and area charts with large data arrays. If the distance between consequent data points is less than radius the point is skipped from rendering.
Syntax
'Declaration
 
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
)

Parameters

chart
value
Remarks
By default the optimization is switch off(OptimizationRadius=double.NaN).
See Also

Reference

LineAreaOptions Class
LineAreaOptions Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum  |  Documentation Feedback