| Contents > SharpPlot > Properties | Index |
SharpPlot.TowerLimit Property
Set Tower limit. This parameter simply prevents runaway towercharts if you accidentally plot a silly amount of data (for example you forgot a where setting on a big database, or omitted a grouping command).
public int TowerLimit {get; set;}
Example
sp.TowerLimit = 500;
The default is set to 200, which is the total number of data items above which towercharts will simply generate a blank page with an error message.
