[]
        
(Showing Draft Content)

C1.WPF.C1Chart.LineAreaOptions.SetOptimizationRadius

SetOptimizationRadius Method

SetOptimizationRadius(DependencyObject, double)

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.

Declaration
public static void SetOptimizationRadius(DependencyObject chart, double value)
Parameters
Type Name Description
DependencyObject chart
double value
Remarks

By default the optimization is switch off(OptimizationRadius=double.NaN).