markerShape

@JvmName(name = "xxblnemvbxuiagak")
suspend fun markerShape(value: Output<DashboardLineChartMarkerShape>)
@JvmName(name = "anqncfitmncribxb")
suspend fun markerShape(value: DashboardLineChartMarkerShape?)

Parameters

value

Shape option for markers in the series.

  • CIRCLE : Show marker as a circle.

  • TRIANGLE : Show marker as a triangle.

  • SQUARE : Show marker as a square.

  • DIAMOND : Show marker as a diamond.

  • ROUNDED_SQUARE : Show marker as a rounded square.