SharpPlot Reference > SharpPlot Properties > LineLimit Property

SharpPlot.LineLimit Property

Set maximum number of lines elements (including curves) allowed to be drawn (defaults to 100,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 LineLimit {get; set;}

Example

sp.LineLimit = 0;

See also ...

SharpPlot Members | SharpPlot.MarkerLimit Property | SharpPlot.PixelLimit Property | SharpPlot.TextLimit Property | SharpPlot.TileLimit Property


Send comments on this topic
© Dyalog Ltd 2021