SharpPlot Reference > SharpPlot Properties > TowerLimit Property

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.

See also ...

SharpPlot Members


Send comments on this topic
© Dyalog Ltd 2016