import "Statistics.idl";
Public Attributes | |
| string | classname |
| A class name of chart. | |
| string | name |
| A chart name. | |
| string | xtype |
| An x scale type. | |
| string | ytype |
| An y scale type. | |
| long | scaleCount |
| A count of scales. | |
| ScaleList | scale |
| List of scales. | |
Descriptions of charts graph
| string kerio::jsonapi::admin::Chart::classname |
A class name of chart.
| string kerio::jsonapi::admin::Chart::name |
A chart name.
| ScaleList kerio::jsonapi::admin::Chart::scale |
List of scales.
| long kerio::jsonapi::admin::Chart::scaleCount |
A count of scales.
| string kerio::jsonapi::admin::Chart::xtype |
An x scale type.
| string kerio::jsonapi::admin::Chart::ytype |
An y scale type.