Axis:nrecords = 8 by default should be enough.
This commit is contained in:
parent
306019cf6a
commit
cb93e79e52
|
@ -161,7 +161,7 @@ namespace CairoChart {
|
|||
/**
|
||||
* Number of equally placed points to evaluate records sizes.
|
||||
*/
|
||||
public int nrecords = 128;
|
||||
public int nrecords = 8;
|
||||
|
||||
/**
|
||||
* Constructs a new ``Axis``.
|
||||
|
|
Loading…
Reference in New Issue