InlineLineChartPlotConfiguration1

InlineLineChartPlotConfiguration1
InlineLineChartPlotConfiguration1
JSON Example
{
    "fill_gradient_area": false,
    "num_of_series_to_display": 0,
    "show_curved_lines": false,
    "show_data_in_tooltip": false,
    "show_data_points": false,
    "show_grid_lines": false,
    "show_grouped_tooltip": false,
    "show_min_max_on_series": false,
    "show_unit_in_tooltip": false,
    "sort_data_in_grouped_tooltip": false,
    "sort_series": false
}
boolean
fill_gradient_area
Optional

Fill the line chart area with a gradient series color.

integer As int32 As int32
num_of_series_to_display
Optional
Constraints: minimum: 1 maximum: 16

Specifies the number of series to be displayed in a line chart. If no value is provided all the series will be displayed.

boolean
show_curved_lines
Optional
Constraints: default: true

Used for displaying the curved lines for a series in a line chart. By default, straight line is used to for a series in a line chart.

boolean
show_data_in_tooltip
Optional

Show the data in tooltip.

boolean
show_data_points
Optional
Constraints: default: true

Controls the visiblity of the data points on the line chart. If value is set to false data points wont be high- lighted on the lines.

boolean
show_grid_lines
Optional
Constraints: default: true

Controls the visiblity of the grid lines in line chart.

boolean
show_grouped_tooltip
Optional

Controls the visiblity of the grouped tooltip in a line chart across all series.

boolean
show_min_max_on_series
Optional

Controls the visiblity of the min and max value across line series in line chart.

boolean
show_unit_in_tooltip
Optional

Show the data unit in tooltip.

boolean
sort_data_in_grouped_tooltip
Optional

Sort the data in grouped tooltip.

boolean
sort_series
Optional

Specifies whether the series should be sorted by the latest data point.