OK In progress...

This commit is contained in:
Kolan Sh 2018-01-22 16:14:49 +03:00
parent d24149d215
commit 96d275c339
1 changed files with 5 additions and 1 deletions

View File

@ -6,12 +6,16 @@ namespace CairoChart {
public class Axis {
Chart chart;
public Text title;
string _format = "%.2Lf";
string _date_format = "%Y.%m.%d";
string _time_format = "%H:%M:%S";
int _dsec_signs = 2; // 2 signs = centiseconds
/**
* ``Axis`` title.
*/
public Text title;
/**
* ``Axis`` range/limits.
*/