# Enabling Chart Optimization

## Content



**C1Chart** can handle large batches of data, which sometimes leads to performance issues. These issues can be solved simply with the **SetOptimizationRadius()** method. Using this method will reduce the number of repetitive data points.

The following code demonstrates the method:

```csharp
LineAreaOptions.SetOptimizationRadius(c1Chart1, 5);
```

## See Also

[Render Modes](/componentone/docs/wpf/online-chart/overview/ChartFeatures/performance-optimization/RenderModes)