SharpPlot Reference > SharpPlot Properties > TileLimit Property SharpPlot.TileLimit Property
Set maximum number of tiles (including bars, towers, pie wedges, arrows, and non-rectangular tiling) allowed to be drawn (defaults to 10,000).
SharpPlot will throw a CausewayLimitException if the limit is exceeded.
This parameter prevents a chart running forever if you accidentally plot a silly amount of data.
Setting the limit to 0 disables it.
public int TileLimit {get; set;}
Example
sp.TileLimit = 0;
See also ...SharpPlot Members | SharpPlot.LineLimit Property | SharpPlot.MarkerLimit Property | SharpPlot.PixelLimit Property | SharpPlot.TextLimit Property
Send comments on this topic © Dyalog Ltd 2021
|