[]
        
(Showing Draft Content)

Enabling Chart Optimization

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:

LineAreaOptions.SetOptimizationRadius(c1Chart1, 5);

See Also

Render Modes