1
0
Fork 0

Axis:nrecords = 8 by default should be enough.

Dieser Commit ist enthalten in:
Kolan Sh 2018-02-20 19:05:38 +03:00
Ursprung 306019cf6a
Commit cb93e79e52
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen

Datei anzeigen

@ -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``.