Axis:nrecords = 8 by default should be enough.

develop
Kolan Sh 2018-02-20 19:05:38 +03:00
부모 306019cf6a
커밋 cb93e79e52
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제

파일 보기

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