[]
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.
public static void SetOptimizationRadius(DependencyObject chart, double value)
Type | Name | Description |
---|---|---|
DependencyObject | chart | |
double | value |
By default the optimization is switch off(OptimizationRadius=double.NaN).