OK In progress...
This commit is contained in:
parent
d24149d215
commit
96d275c339
|
@ -6,12 +6,16 @@ namespace CairoChart {
|
||||||
public class Axis {
|
public class Axis {
|
||||||
|
|
||||||
Chart chart;
|
Chart chart;
|
||||||
public Text title;
|
|
||||||
string _format = "%.2Lf";
|
string _format = "%.2Lf";
|
||||||
string _date_format = "%Y.%m.%d";
|
string _date_format = "%Y.%m.%d";
|
||||||
string _time_format = "%H:%M:%S";
|
string _time_format = "%H:%M:%S";
|
||||||
int _dsec_signs = 2; // 2 signs = centiseconds
|
int _dsec_signs = 2; // 2 signs = centiseconds
|
||||||
|
|
||||||
|
/**
|
||||||
|
* ``Axis`` title.
|
||||||
|
*/
|
||||||
|
public Text title;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* ``Axis`` range/limits.
|
* ``Axis`` range/limits.
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue