DashboardLineChartMarkerStyleSettingsArgs

data class DashboardLineChartMarkerStyleSettingsArgs(val markerColor: Output<String>? = null, val markerShape: Output<DashboardLineChartMarkerShape>? = null, val markerSize: Output<String>? = null, val markerVisibility: Output<DashboardVisibility>? = null) : ConvertibleToJava<DashboardLineChartMarkerStyleSettingsArgs>

Constructors

constructor(markerColor: Output<String>? = null, markerShape: Output<DashboardLineChartMarkerShape>? = null, markerSize: Output<String>? = null, markerVisibility: Output<DashboardVisibility>? = null)

Properties

Link copied to clipboard
val markerColor: Output<String>? = null

Color of marker in the series.

Link copied to clipboard

Shape option for markers in the series.

Link copied to clipboard
val markerSize: Output<String>? = null

String based length that is composed of value and unit in px

Link copied to clipboard

Configuration option that determines whether to show the markers in the series.

Functions

Link copied to clipboard
open override fun toJava(): DashboardLineChartMarkerStyleSettingsArgs