| ||
Introducing SharpPlot Your First Chart Recent Updates Sample Charts Tutorials General Tutorials Chart Tutorials SharpPlot Class Methods Structures Enumerations Style examples Glossaries Active Charts VectorMath Class DBUtil Class Get SharpPlot Download SharpPlot Buying SharpPlot SharpPlot Support Upgrading from GraPL Release notes |
Reference > Properties > TowerLimit Property SharpPlot.TowerLimit PropertySet 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;} Examplesp.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 ... |