ChartDataWidgetDto
- Print
- PDF
ChartDataWidgetDto
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Available in Classic
View preview chart with metric information.
Syntax
The syntax is as follows.
private Long periodStart;
private Long periodEnd;
private List<WidgetMetricInfoDto> metricsInfo;
Field
The following describes the fields.
Field | Type | Required | Description |
---|---|---|---|
periodStart | long | Required | Query start time (milliseconds)
|
periodEnd | long | Required | Query end time (milliseconds)
|
metricsInfo | List<WidgetMetricInfoDto> | Required | Metric information for searching data |
Was this article helpful?