| Contents > SharpPlot > Properties | Index |
SharpPlot.BarLimit Property
Set Maximum bars allowed (default 200) to prevent runaway charts.
public int BarLimit {get; set;}
Example
sp.BarLimit = 1000;
| Contents > SharpPlot > Properties | Index |
Set Maximum bars allowed (default 200) to prevent runaway charts.
public int BarLimit {get; set;}
sp.BarLimit = 1000;